430
|
1 1999-11-27 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
2
|
|
3 * sysfile.h: Encapsulate `fstat' for Windows NT just like stat to
|
|
4 get consistent file modification times.
|
|
5
|
|
6 * sysdep.h: Declare `wait_for_termination' to use process handle,
|
|
7 not PID, on Windows NT native.
|
|
8
|
|
9 * sysdep.c (wait_for_termination): Use process handle, not PID, on
|
|
10 Windows NT native. Set exit code correctly on Windows NT.
|
|
11 (sys_subshell): Use process handle, not PID,
|
|
12 on Windows NT native.
|
|
13 (sys_fstat): Add ENCAPSULATE_FSTAT for Windows NT.
|
|
14
|
|
15 * process-nt.c (nt_create_process): Remove negative pid hack for
|
|
16 Windows 95.
|
|
17 (nt_send_process): Declare vol_proc volatile.
|
|
18 (get_internet_address): warn_when_safe if IP address cannot be
|
|
19 found.
|
|
20 (nt_open_network_stream): warn_when_safe if network stream fails
|
|
21 to open.
|
|
22
|
|
23 * ntproc.c (create_child): Remove negative pid hack for Windows
|
|
24 95. Remove incorrect and unnecessary USE_UNION_TYPE handling.
|
|
25
|
|
26 * nt.c (fstat): Encapsulate for Windows NT just like stat to get
|
|
27 consistent file modification times.
|
|
28
|
|
29 * callproc.c (call_process_cleanup): Use process handle, not PID,
|
|
30 on Windows NT native.
|
|
31 (Fcall_process_internal): Ditto. Close fd_error in parent. Don't
|
|
32 check for negative pid on Windows NT/9[58].
|
|
33
|
|
34 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
35
|
|
36 * XEmacs 21.2.23 is released.
|
|
37
|
|
38 1999-12-06 Martin Buchholz <martin@xemacs.org>
|
|
39
|
|
40 * events.c (Fcopy_event): Don't copy the lrecord_header.
|
|
41
|
|
42 * lisp.h (DO_REALLOC):
|
|
43 Optimize.
|
|
44 Remove redundant parens.
|
|
45 Remove generic hygienic macro comment.
|
|
46
|
|
47 * lrecord.h (set_lheader_implementation): Remove redundant parens.
|
|
48
|
|
49 1999-12-05 Martin Buchholz <martin@xemacs.org>
|
|
50
|
|
51 * lstream.c (Lstream_adding):
|
|
52 - Never compare a size_t and a possibly negative number.
|
|
53 - Optimize.
|
|
54
|
|
55 1999-12-05 Kyle Jones <kyle_jones@wonderworks.com>
|
|
56
|
|
57 * lisp/itimer.el: (require 'lisp-float-type). Use
|
|
58 floats directly in itimer-time-difference.
|
|
59
|
|
60 1999-12-05 Andy Piper <andy@xemacs.org>
|
|
61
|
|
62 * redisplay-output.c (redisplay_output_layout): avoid name hiding.
|
|
63
|
|
64 * gui.h: declare gui_add_item_keywords_to_plist.
|
|
65
|
|
66 * window.c (Fdelete_window): mark subwindows as changed so that
|
|
67 they can be GC'd if necessary.
|
|
68
|
|
69 1999-12-02 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
70
|
|
71 * src/callproc.c (Fcall_process_internal): Be careful in writing
|
|
72 terminating null when copying args. nargs can be < 4.
|
|
73 Idea from Klaus Frank <klausf@i3.informatik.rwth-aachen.de>
|
|
74
|
|
75 1999-11-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
76
|
|
77 * src/sound.c (Fding): Remove zero initialization of
|
|
78 static variables to avoid crashes on systems that dump
|
|
79 the initialized data segment read-only.
|
|
80
|
|
81 1999-12-05 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
82
|
|
83 * glyphs-x.c (convert_EImage_to_XImage): Guard against other
|
|
84 visual classes. From Rasmus Borup Hansen <rbh@math.ku.dk>
|
|
85
|
|
86 1999-12-04 Martin Buchholz <martin@xemacs.org>
|
|
87
|
|
88 * lstream.c: (filedesc_reader):
|
|
89 (filedesc_writer): Try number 2: Support broken systems where
|
|
90 return type of read() and write() is different from ssize_t.
|
|
91
|
|
92 * systty.h:
|
|
93 * sysdep.h:
|
|
94 * sysdep.c:
|
|
95 - Replace macro calls to EMACS_GET_TTY and EMACS_SET_TTY with
|
|
96 function equivalents emacs_get_tty() and emacs_set_tty().
|
|
97 - Moved prototypes to systty.h, where struct event_tty is defined.
|
|
98 - Renamed bogus `waitp' parameter to `flushp'.
|
|
99
|
|
100 * lstream.c (filedesc_reader): Support broken systems where return
|
|
101 type of read() is different from ssize_t.
|
|
102
|
|
103 * events.c (Fcopy_event): Avoid redundant EQ test if event2 is nil.
|
|
104
|
|
105 * event-stream.c (menu_move_up): Remove redundant if block.
|
|
106 (menu_move_down): Gratuitous rewriting.
|
|
107 (menu_move_left): Work around Cygnus codefusion-990706 compiler bug.
|
|
108 (menu_move_right): Ditto.
|
|
109
|
|
110 * lrecord.h (copy_lcrecord):
|
|
111 (zero_lcrecord):
|
|
112 Always add parentheses around uses of macro arguments.
|
|
113
|
|
114 * sysdll.c: #include <stdlib.h> for exit().
|
|
115 * unexhp9k800.x: #include <stdlib.h> for malloc().
|
|
116 Use proper prototype for Save_Shared_Data(void).
|
|
117
|
|
118 1999-12-04 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
119
|
|
120 * src/redisplay.c (point_would_be_visible): Correct for topclip.
|
|
121
|
|
122 1999-12-02 Hrvoje Niksic <hniksic@iskon.hr>
|
|
123
|
|
124 * lisp.h: Declare Qself_insert_defer_undo.
|
|
125
|
|
126 * event-stream.c (Fdispatch_event): Get the magic undo thing from
|
|
127 a symbol property, so commands other than self-insert-command can
|
|
128 install it.
|
|
129 (syms_of_event_stream): Define Qself_insert_defer_undo.
|
|
130
|
|
131 1999-11-30 Martin Buchholz <martin@xemacs.org>
|
|
132
|
|
133 * floatfns.c (emacs_rint): Rename rint to emacs_rint, so that
|
|
134 `#undef HAVE_RINT' works.
|
|
135
|
|
136 * sysdep.h: Fix up prototypes for sys_read_1(), sys_write_1()
|
|
137
|
|
138 1999-11-25 Andy Piper <andy@xemacs.org>
|
|
139
|
|
140 * select-msw.c (Fmswindows_set_clipboard): selection fixes from
|
|
141 Mike Alexander.
|
|
142 (Fmswindows_delete_selection): ditto.
|
|
143
|
|
144 * redisplay.h (CLASS_REDISPLAY_FLAGS_CHANGEDP): add size_changed.
|
|
145 (GLOBAL_REDISPLAY_FLAGS_CHANGEDP): ditto.
|
|
146
|
|
147 * redisplay.c (redisplay_device): move size changed to macros in
|
|
148 redisplay.h
|
|
149 (redisplay_without_hooks): ditto.
|
|
150
|
|
151 * redisplay-output.c (redisplay_output_layout): rename to avoid
|
|
152 name hiding.
|
|
153
|
|
154 * process-nt.c (struct nt_process_data): mks toolkit fixes from
|
|
155 Mike Alexander.
|
|
156 (nt_create_process): ditto.
|
|
157 (nt_send_process): ditto.
|
|
158
|
|
159 * nt.c (init_environment): make sure mingw32 gets the cached
|
|
160 system info.
|
|
161
|
|
162 * gui.h: declare gui_add_item_keywords_to_plist.
|
|
163
|
|
164 * event-msw.c (mswindows_wnd_proc): Clipboard fixes from Mike
|
|
165 Alexander.
|
|
166
|
|
167 * console-msw.h: fix cygwin define/header 1.0 problems.
|
|
168 * glyphs-msw.c: ditto.
|
|
169 * ntplay.c: ditto.
|
|
170 * unexcw.c: ditto.
|
|
171 * s/cygwin32/h: ditto.
|
|
172
|
428
|
173 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
174
|
|
175 * XEmacs 21.2.22 is released
|
|
176
|
|
177 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
178
|
|
179 * XEmacs 21.2.21 is released.
|
|
180
|
|
181 1999-11-26 Martin Buchholz <martin@xemacs.org>
|
|
182
|
|
183 * callproc.c (Fcall_process_internal):
|
|
184 * config.h.in:
|
|
185 * esd.c:
|
|
186 * event-msw.c (ntpipe_slurp_reader):
|
|
187 * event-msw.c (ntpipe_shove_writer):
|
|
188 * event-msw.c (winsock_reader):
|
|
189 * event-msw.c (winsock_writer):
|
|
190 * event-stream.c (dribble_out_event):
|
|
191 * fileio.c:
|
|
192 * fileio.c (Fexpand_file_name):
|
|
193 * glyphs-x.c (write_lisp_string_to_temp_file):
|
|
194 * gpmevent.c (tty_get_foreign_selection):
|
|
195 * lisp.h: Update prototypes.
|
|
196 * lstream.c (Lstream_flush_out):
|
|
197 * lstream.c (Lstream_write_1):
|
|
198 * lstream.c (Lstream_was_blocked_p):
|
|
199 * lstream.c (Lstream_read_more):
|
|
200 * lstream.c (Lstream_read):
|
|
201 * lstream.c (Lstream_fputc):
|
|
202 * lstream.c (make_stdio_output_stream):
|
|
203 * lstream.c (stdio_flusher):
|
|
204 * lstream.c (stdio_closer):
|
|
205 * lstream.c (make_filedesc_output_stream):
|
|
206 * lstream.c (errno_would_block_p):
|
|
207 * lstream.c (filedesc_writer):
|
|
208 * lstream.c (make_lisp_string_input_stream):
|
|
209 * lstream.c (make_fixed_buffer_output_stream):
|
|
210 * lstream.c (fixed_buffer_reader):
|
|
211 * lstream.c (make_resizing_buffer_output_stream):
|
|
212 * lstream.c (make_dynarr_output_stream):
|
|
213 * lstream.c (make_lisp_buffer_output_stream):
|
|
214 * lstream.c (lisp_buffer_reader):
|
|
215 * lstream.h (lstream_implementation):
|
|
216 * md5.c (Fmd5):
|
|
217 * miscplay.h (reset_parsestate):
|
|
218 * process-nt.c (nt_send_process):
|
|
219 * process-unix.c (unix_send_process):
|
|
220 * sound.c:
|
|
221 * sysdep.c (sys_close):
|
|
222 * sysdep.c (sys_read_1):
|
|
223 * sysdep.c (sys_write_1):
|
|
224 * sysfile.h:
|
|
225 * file-coding.c (determine_real_coding_system):
|
|
226 * file-coding.c (Fdetect_coding_region):
|
|
227 * file-coding.c (struct decoding_stream):
|
|
228 * file-coding.c (decoding_reader):
|
|
229 * file-coding.c (Fdecode_coding_region):
|
|
230 * file-coding.c (struct encoding_stream):
|
|
231 * file-coding.c (encoding_reader):
|
|
232 * file-coding.c (Fencode_coding_region):
|
|
233 * file-coding.c (convert_to_external_format):
|
|
234 * file-coding.c (convert_from_external_format):
|
|
235 - Lstream functions mirror Unix98 read(),write(). Therefore use
|
|
236 Unix98 types size_t and ssize_t.
|
|
237 - Try to make Lstream* functions 64-bit clean. Someday someone
|
|
238 may actually want to read from a Lstream with more than 2**32 bytes.
|
|
239 - Add configure support for ssize_t.
|
|
240 - Update all callers of Lstream_read and Lstream_write to
|
|
241 use the new types.
|
|
242 - Fix esd* initiated C++ compile errors.
|
|
243 - Remove comments referring to `fpurge' - we don't want to call it
|
|
244 even if it's there.
|
|
245
|
|
246 * lisp.h
|
|
247 - Remove some lingering Lucid compiler support.
|
|
248
|
|
249 * lisp.h
|
|
250 - Add prototype for Fdelete_process.
|
|
251
|
|
252 * gpmevent.c (Freceive_gpm_event): Remove unused variables.
|
|
253
|
|
254 1999-11-27 Martin Buchholz <martin@xemacs.org>
|
|
255
|
|
256 * Makefile.in.in (depend): Only update `depend' if there were changes.
|
|
257
|
|
258 1999-11-26 Martin Buchholz <martin@xemacs.org>
|
|
259
|
|
260 * editfns.c (get_system_name): Remove.
|
|
261
|
|
262 1999-11-26 Martin Buchholz <martin@xemacs.org>
|
|
263
|
|
264 * device-x.c (x_init_device):
|
|
265 - Replace magic number `17' with equivalent expn using sizeof.
|
|
266 - Replace strcmp with marginally more efficient memcmp.
|
|
267 - Avoid using C++ reserved word `class'.
|
|
268
|
|
269 * file-coding.c (determine_real_coding_system):
|
|
270 - Look for both initial and final -*- cookies.
|
|
271 - Replace EQ (foo, Qnil) with NILP (foo)
|
|
272 - Make searching for cookies more efficient.
|
|
273 - Recognize only rfc 1521 characters in charset names.
|
|
274
|
|
275 1999-11-22 Kazuyuki IENAGA <kazz@imasy.or.jp>
|
|
276
|
|
277 * input-method-xlib.c (IMDestroyCallback): #ifdef'd by
|
|
278 "THIS_IS_X11R6", because it shouldn't be evaluated unless X11R6.
|
|
279 * input-method-xlib.c (IMInstantiateCallback): Ditto.
|
|
280 * input-method-xlib.c (XIM_init_device): Revive XOpenIM function
|
|
281 call for X11R5 systems.
|
|
282 * input-method-xlib.c (XIM_delete_frame): Enabled XDestroyIC()
|
|
283 again because XIM doesn't concern with frame deletion itself.
|
|
284 The XIC will be cleared by XIM when XIM is closing (at XIM destroy
|
|
285 callback).
|
|
286
|
|
287 1999-10-25 Kazuyuki IENAGA <kazz@imasy.or.jp>
|
|
288
|
|
289 * input-method-xlib.c: Added new lisp object Qxim_xlib.
|
|
290 New macro xim_warn(str), xim_warn1(fmt,str) and xim_info(str).
|
|
291 All the valid stderr_out were changed to those macros.
|
|
292 (IMDestroyCallback): Don't test the XIC if the frame is not X
|
|
293 frame.
|
|
294 (IMInstantiateCallback): Treat the client_data as "device" not
|
|
295 "frame" because the caller changed from frame to device.
|
|
296 Here initializes XIM and activates XICs for each frame which
|
|
297 doesn't have XIC.
|
|
298 (XIM_init_device): Register the XIM instantiation callback which
|
|
299 had been performed by XIM_init_frame() before.
|
|
300 (XIM_delete_frame): Added a test for the XIM before clearing XIC.
|
|
301 (XIM_init_frame): Placed an actual code for XIC activation which
|
|
302 was moved from IMInstantiateCallback.
|
|
303 (syms_of_input_method_xlib): New function which includes a symbol
|
|
304 Qxim_xlib that uses in emacs.c.
|
|
305
|
|
306 * emacs.c: Added a function entry "syms_of_input_method_xlib" for
|
|
307 input_method_xlib.
|
|
308
|
|
309 * symsinit.h: Added a declaration of "syms_of_input_method_xlib".
|
|
310
|
|
311 1999-11-05 Robert Pluim <rpluim@bigfoot.com>
|
|
312
|
|
313 * emacs.c (shut_down_emacs): Point users to PROBLEMS file
|
|
314
|
|
315 1999-11-16 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
316
|
|
317 * redisplay-output.c (compare_runes): Add comments about
|
|
318 results from profiling.
|
|
319
|
|
320 * redisplay.h (struct rune): Do not use bitfields for members.
|
|
321 (struct rune): Add various comments about further optimizations.
|
|
322
|
|
323 1999-11-19 Eric Darve <darve@crocco.stanford.edu>
|
|
324
|
|
325 * abbrev.c (abbrev_oblookup): Check whether wordend <= wordstart
|
|
326 if Vabbrev_start_location is used too.
|
|
327
|
|
328 1999-10-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
329
|
|
330 * file-coding.c (detect_eol_type): Return CR when two
|
|
331 sequential CR are found.
|
|
332 (determine_real_coding_system): Check EOL type when coding:
|
|
333 cookie is found and EOL type is not specified.
|
|
334 Don't assume 8bit char as part of coding: cookie.
|
|
335
|
|
336 1999-10-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
337
|
|
338 * file-coding.c (determine_real_coding_system): Check if
|
|
339 '-*-' exists. End searching for coding: cookie at the end
|
|
340 of line. Check whether character before coding: is space,
|
|
341 tab or ';'.
|
|
342
|
|
343 1999-11-07 William M. Perry <wmperry@aventail.com>
|
|
344
|
|
345 * gpmevent.c: Completely rewrote GPM mouse support for linux
|
|
346 console. The TTY console and event stream are modified at run
|
|
347 time, so this code can now be used as a module.
|
|
348 (tty_get_foreign_selection): New function to allow pasting from
|
|
349 other virtual consoles.
|
|
350 (Fgpm_enable): New lisp-visible function to turn GPM on or off
|
|
351 at run time.
|
|
352
|
|
353 * device-tty.c (tty_asynch_device_change): No longer need to
|
|
354 notify GPM code of window/console height/width changes.
|
|
355
|
|
356 * console-tty.c (tty_init_console): Removed outdated GPM support
|
|
357 that was part of the console/event code.
|
|
358
|
|
359 * event-Xt.c (emacs_Xt_select_console): Ditto
|
|
360
|
|
361 * event-Xt.c (emacs_Xt_unselect_console): Ditto
|
|
362
|
|
363 * event-unixoid.c (read_event_from_tty_or_stream_desc): Ditto
|
|
364
|
|
365 * frame-tty.c (console_type_create_frame_tty): Ditto
|
|
366
|
|
367 1999-11-17 Martin Buchholz <martin@xemacs.org>
|
|
368
|
|
369 * nt.c:
|
|
370 * sysdep.c:
|
|
371 * s/mingw32.h:
|
|
372 * s/windowsnt.h:
|
|
373 - Use Unix 98 types uid_t, gid_t, pid_t.
|
|
374 - Define them.
|
|
375
|
|
376 1999-11-01 Olivier Galibert <galibert@pobox.com>
|
|
377
|
|
378 * alloc.c (reinit_alloc_once_early): Move purify_flag init...
|
|
379 * emacs.c (main_1): ...here, to get the correct value even with
|
|
380 the portable dumper.
|
|
381
|
|
382 1999-11-17 Martin Buchholz <martin@xemacs.org>
|
|
383
|
|
384 * lisp.h (BIT_VECTOR_LONG_STORAGE): Add extra parens. It's a macro!
|
|
385
|
|
386 * tooltalk.c (tt_build_string): Remove extra parens.
|
|
387 * process.c (print_process): Remove extra parens.
|
|
388 * buffer.h (BI_BUF_PTR_BYTE_POS):
|
|
389 (BUF_PTR_BYTE_POS):
|
|
390 (BI_BUF_BYTE_ADDRESS):
|
|
391 (BI_BUF_BYTE_ADDRESS_BEFORE):
|
|
392 (valid_memind_p):
|
|
393 (bytind_to_memind):
|
|
394 (memind_to_bytind):
|
|
395 Remove extra parens. Inline functions are not macros.
|
|
396
|
|
397 * editfns.c (Fuser_login_name):
|
|
398 (user_login_name):
|
|
399 Use proper type uid_t.
|
|
400
|
|
401 1999-11-15 Martin Buchholz <martin@xemacs.org>
|
|
402
|
|
403 * syntax.c (complex_vars_of_syntax): Make more readable.
|
|
404 (define_standard_syntax): New function.
|
|
405
|
|
406 * syntax.c (forward-comment): Gradually make XEmacs 64-bit-clean.
|
|
407
|
|
408 1999-11-14 Martin Buchholz <martin@xemacs.org>
|
|
409
|
|
410 * mule-ccl.c (CCL_WRITE_STRING): Fix compiler warnings.
|
|
411
|
|
412 1999-11-12 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
413
|
|
414 * mule-charset.h (LEADING_BYTE_OFFICIAL_1, LEADING_BYTE_OFFICIAL_2):
|
|
415 New enum type to make sure no gap in the leading byte definition.
|
|
416
|
|
417 1999-11-11 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
418
|
|
419 * mule-charset.h (LEADING_BYTE_CYRILLIC_ISO_8859_5,
|
|
420 LEADING_BYTE_LATIN_ISO8859_9): Moved to 0x8B and 0x8C
|
|
421 to remove a hole in leading byte definition.
|
|
422
|
|
423 1999-11-10 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
424
|
|
425 * mule-charset.c (non_ascii_valid_charptr_p): Check if
|
|
426 private charset is defined.
|
|
427
|
|
428 1999-11-09 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
429
|
|
430 * mule-ccl.c (ccl_driver): Make sure generated sequences
|
|
431 are valid when doing `CCL_WRITE_STRING'.
|
|
432 (ccl-execute-on-string): Pass CCL_MODE_DECODING to ccl_driver.
|
|
433
|
|
434 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
435
|
|
436 * XEmacs 21.2.20 is released
|
|
437
|
|
438 1999-11-04 Martin Buchholz <martin@xemacs.org>
|
|
439
|
|
440 * mule-ccl.c (ccl_driver): Warning suppression
|
|
441
|
|
442 1999-11-01 SL Baur <steve@miho.m17n.org>
|
|
443
|
|
444 * emacs.c (main_1): Guard call to reinit_vars_of_debug when not
|
|
445 building a debugged XEmacs.
|
|
446
|
|
447 1999-10-28 Andreas Jaeger <aj@suse.de>
|
|
448
|
|
449 * src/emacs.c (main_1): Don't set the malloc hooks if using
|
|
450 DOUG_LEA_MALLOC.
|
|
451
|
|
452 1999-10-30 Olivier Galibert <galibert@pobox.com>
|
|
453
|
|
454 * alloc.c (pdump_dump_rtables): Don't forget to dump the last
|
|
455 registered type.
|
|
456 (pdump): Ditto.
|
|
457
|
|
458 1999-10-25 Olivier Galibert <galibert@pobox.com>
|
|
459
|
|
460 * emacs.c (main_1): Call reinit_vars_of_scrollbar_x.
|
|
461
|
|
462 * symsinit.h: Declare reinit_vars_of_scrollbar_x.
|
|
463
|
|
464 1999-10-25 Martin Buchholz <martin@xemacs.org>
|
|
465
|
|
466 * redisplay.h (CLASS_RESET_CHANGED_FLAGS):
|
|
467 (GLOBAL_RESET_CHANGED_FLAGS):
|
|
468 (CLASS_REDISPLAY_FLAGS_CHANGEDP):
|
|
469 (RESET_CHANGED_SET_FLAGS):
|
|
470 Fix C++ compile errors/warnings.
|
|
471 These macros were just a tad too clever.
|
|
472
|
|
473 * process-unix.c (unix_open_network_stream):
|
|
474 * objects-x.c (allocate_nearest_color):
|
|
475 * mule-charset.c (vars_of_mule_charset):
|
|
476 * fileio.c (Ffile_truename):
|
|
477 * file-coding.c (vars_of_file_coding):
|
|
478 Fix compile errors/warnings.
|
|
479
|
|
480 * alloc.c (xstrdup): Use fact that memcpy returns its first arg.
|
|
481 (allocate_lisp_storage): Simplify.
|
|
482
|
|
483 1999-10-24 Olivier Galibert <galibert@pobox.com>
|
|
484
|
|
485 * conslots.h: Add defines with first and last slot names.
|
|
486 * bufslots.h: Add defines with first and last slot names.
|
|
487
|
|
488 * buffer.c (common_init_complex_vars_of_buffer): Renamed from
|
|
489 reinit_complex_vars_of_buffer
|
|
490 (reinit_complex_vars_of_buffer): Reset the slots to the dumped
|
|
491 value.
|
|
492 (complex_vars_of_buffer): Dump the slots values.
|
|
493
|
|
494 * console.c (common_init_complex_vars_of_console): Renamed from
|
|
495 reinit_complex_vars_of_console
|
|
496 (reinit_complex_vars_of_console): Reset the slots to the dumped
|
|
497 value.
|
|
498 (complex_vars_of_console): Dump the slots values.
|
|
499
|
|
500 * alloc.c: Rename reloc_table to pdump_reloc_table, rt_list to
|
|
501 pdump_rt_list and move them at the beginning of the file.
|
|
502 (gc_sweep): Unmark pdumped objects after the sweep phase.
|
|
503 (pdump_dump_rtables): Change a bare 256 to
|
|
504 last_lrecord_type_index_assigned. Add a separator between the
|
|
505 adresses or lrecords and the ones of C structs in the dump file.
|
|
506 (pdump_load): Cope with the new separator and the renamings. Stop
|
|
507 looking for the hash tables list after it has been found (duh!).
|
|
508
|
|
509 1999-10-24 Robert Bihlmeyer <robbe@orcus.priv.at>
|
|
510
|
|
511 * sound.c: support HAVE_ESD_SOUND
|
|
512
|
|
513 * miscplay.c:
|
|
514 * miscplay.h:
|
|
515 * linuxplay.c: Move large part of linuxplay to generalized file
|
|
516 miscplay. Make it platform independent.
|
|
517
|
|
518 * esd.c: New file
|
|
519
|
|
520 1999-10-24 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
521
|
|
522 * lisp.h (Dynarr_declare): Fix boo-boo.
|
|
523
|
|
524 1999-10-24 Olivier Galibert <galibert@pobox.com>
|
|
525
|
|
526 * process-unix.c (allocate_pty): Fix HAVE_GETPT.
|
|
527 * process.h: Ditto.
|
|
528
|
|
529 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
530
|
|
531 * redisplay.c (start_with_line_at_pixpos): Remove assert(cur_elt
|
|
532 >=0). Handle the cur_elt == 0 case.
|
|
533
|
|
534 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
535
|
|
536 * unexelf.c: Merge Martin's c++ fixes back in
|
|
537
|
|
538 1999-10-20 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
539
|
|
540 * unexelf.c (unexec): Only copy the global offset
|
|
541 table from memory on sgi machines.
|
|
542
|
|
543 1999-08-13 Alexandre Oliva <oliva@dcc.unicamp.br>, Vin Shelton <acs@xemacs.org>
|
|
544
|
|
545 * unexelf.c: Enable GNU/Linux/alpha to build with gcc 2.95 by
|
|
546 adding support for an sbss section. Get IRIX 5.2 to build using
|
|
547 unexelf.c.
|
|
548
|
|
549 * m/iris4d.h: Use unexelf.o for unexec.
|
|
550
|
|
551 * m/iris5d.h: Use unexelf.o for unexec.
|
|
552
|
|
553 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
554
|
|
555 * unexelf.c: Revert to 21.1 version
|
|
556
|
|
557 1999-08-28 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
558
|
|
559 * window.c (Fwindow_truncated_p): New function.
|
|
560
|
|
561 1999-08-25 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
562
|
|
563 * window.c (window_truncation_on): Always return 0 for minibuffer
|
|
564 windows, to enable auto scrolling.
|
|
565
|
|
566 1999-10-24 Neal Becker <nbecker@fred.net>
|
|
567 * process.h: Unix98 PTY support
|
|
568
|
|
569 1999-10-17 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
570
|
|
571 * fileio.c (Ffile_truename): Do proper mule decoding on
|
|
572 the argument to xrealpath()
|
|
573
|
|
574 1999-08-19 Stephen Tse <stephent@sfu.ca>
|
|
575
|
|
576 * process-unix.c (unix_open_network_stream): Add udp network
|
|
577 support; rename variable Qtcpip to Qtcp, parameter family to
|
|
578 protocol for consistency with Qudp.
|
|
579
|
|
580 * process-nt.c (nt_open_network_stream): Rename variable Qtcpip to
|
|
581 Qtcp, parameter family to protocol for consistency with Qudp.
|
|
582
|
|
583 * process.c (global_variables): Add a new variable Qudp for udp
|
|
584 network support; rename variable Qtcpip to Qtcp for consistency
|
|
585 with Qudp.
|
|
586 (Fopen_network_stream_internal): Rename parameter FAMILY to
|
|
587 PROTOCOL for consistency; fix a minor typo and add an explanation
|
|
588 in docstring for udp programming.
|
|
589 (Fopen_multicast_group_internal): Fix a minor typo in docstring.
|
|
590 (syms_of_process): Add a new variable Qudp for udp network
|
|
591 support; rename variable Qtcpip to Qtcp for consistency with Qudp.
|
|
592
|
|
593 * process.h (extern_variables): Add a new variable Qudp for udp
|
|
594 network support; rename variable Qtcpip to Qtcp for consistency
|
|
595 with Qudp.
|
|
596
|
|
597 * procimpl.h: Add a new variable Qudp for udp network support;
|
|
598 rename variable Qtcpip to Qtcp for consistency with Qudp.
|
|
599 (struct process_methods): Rename parameter family to protocol.
|
|
600
|
|
601
|
|
602 1999-10-24 Olivier Galibert <galibert@pobox.com>
|
|
603
|
|
604 * alloc.c (pdump_make_hash): Divide pointers by 8 for a better hash.
|
|
605
|
|
606 1999-10-23 Olivier Galibert <galibert@pobox.com>
|
|
607
|
|
608 * lrecord.h (struct lrecord_header): Removed dumped flags.
|
|
609
|
|
610 * dynarr.c: Use DUMPEDP instead of dumped flag.
|
|
611
|
|
612 * lisp.h (DUMPEDP): Added. Removed dumped flag from dynarr.
|
|
613
|
|
614 * alloc.c: Removed hash_next linked list pointer.
|
|
615
|
|
616 * *.c *.h: Removed markobj and mark_object parameters, removed GC_
|
|
617 and XGC macros.
|
|
618
|
|
619 1999-10-14 Andy Piper <andy@xemacs.org>
|
|
620
|
|
621 * redisplay-x.c (x_output_shadows): fix dodgy maths for border
|
|
622 calculations.
|
|
623
|
|
624 * gutter.c (output_gutter): be more accurate about the area to be
|
|
625 cleared since X seems to manage to do the clear after drawing the
|
|
626 border.
|
|
627
|
|
628 * redisplay.h (RESET_CHANGED_FLAGS): new macro for setting
|
|
629 redisplay flags as a group.
|
|
630 (RESET_CHANGED_SET_FLAGS): ditto.
|
|
631 (CLASS_RESET_CHANGED_FLAGS): ditto.
|
|
632 (GLOBAL_RESET_CHANGED_FLAGS): ditto.
|
|
633 (REDISPLAY_FLAGS_CHANGEDP): new macro for testing redisplay flags
|
|
634 as a group.
|
|
635 (CLASS_REDISPLAY_FLAGS_CHANGEDP): ditto.
|
|
636 (GLOBAL_REDISPLAY_FLAGS_CHANGEDP): ditto.
|
|
637
|
|
638 * redisplay.c (redisplay_frame): use CLASS_RESET_CHANGED_FLAGS
|
|
639 instead of setting flags individually.
|
|
640 (redisplay_device): ditto CLASS_REDISPLAY_FLAGS_CHANGEDP.
|
|
641 (redisplay_device): ditto.
|
|
642 (redisplay_device): ditto CLASS_RESET_CHANGED_FLAGS.
|
|
643 (redisplay_without_hooks): ditto GLOBAL_REDISPLAY_FLAGS_CHANGEDP.
|
|
644 (redisplay_without_hooks): ditto CLASS_REDISPLAY_FLAGS_CHANGEDP.
|
|
645 (redisplay_without_hooks): ditto.
|
|
646 (redisplay_without_hooks): ditto GLOBAL_RESET_CHANGED_FLAGS.
|
|
647
|
|
648 * redisplay-x.c (x_output_string): unmap subwindows in the area.
|
|
649 (x_output_blank): ditto.
|
|
650
|
|
651 * redisplay-output.c (redisplay_output_display_block): don't unmap
|
|
652 subwindows in case layout optimization can avoid it.
|
|
653 (redisplay_output_subwindow): unmap subwindows in the area.
|
|
654 (redisplay_output_layout): optimize the output of layouts - only
|
|
655 output glyphs that have changed if nothing else of redisplay
|
|
656 significance has occurred.
|
|
657 (redisplay_output_pixmap): change args to
|
|
658 redisplay_clear_clipped_region.
|
|
659 (redisplay_clear_clipped_region): allow the clipped region to be
|
|
660 cleared of all subwindows except the one passed in.
|
|
661
|
|
662 * redisplay-msw.c (mswindows_output_blank): unmap subwindows in
|
|
663 the area.
|
|
664 (mswindows_output_cursor): ditto.
|
|
665 (mswindows_output_string): ditto.
|
|
666
|
|
667 * gutter.c (calculate_gutter_size): if the window buffer is nil
|
|
668 then don't continue.
|
|
669 (update_frame_gutters): be more lenient about when we actually
|
|
670 update the gutter. Layout optimization makes this
|
|
671 non-costly. Cache redisplay flags that we want to temporarily
|
|
672 ignore.
|
|
673
|
|
674 * glyphs.c (Fglyph_animated_timeout_handler): handle image
|
|
675 specific timeouts rather than iterating over the instance cache.
|
|
676 (glyph_animated_timeout_mapper): deleted.
|
|
677 (add_glyph_animated_timeout): use a weak list to hold onto the
|
|
678 image so that it can be GC'ed.
|
|
679 (disable_glyph_animated_timeout): disable a specific timeout.
|
|
680 (vars_of_glyphs): disable-animated-pixmaps is a new boolean for
|
|
681 controlling whether pixmaps are animated or not.
|
|
682
|
|
683 * glyphs-msw.c (mswindows_finalize_image_instance): make sure the
|
|
684 image timeout gets disabled when the image gets freed.
|
|
685
|
|
686 * glyphs-eimage.c (gif_instantiate): remove meaningless
|
|
687 comment. Cope with timeouts specified in the gif extension block.
|
|
688
|
|
689 * event-msw.c (vars_of_event_mswindows): new variable
|
|
690 mswindows-meta-activates-menu.
|
|
691 (mswindows_wnd_proc): only goto defproc with VK_MENU if the user
|
|
692 wants it.
|
|
693
|
|
694 * glyphs-x.c (x_finalize_image_instance): delete mask first so
|
|
695 that we can compare with image.
|
|
696
|
|
697 1999-10-14 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
698
|
|
699 * event-msw.c (mswindows_key_to_emacs_keysym):
|
|
700 Recognise keypad keys as different from normal keys.
|
|
701
|
|
702 1999-10-14 Didier Verna <didier@xemacs.org>
|
|
703
|
|
704 * glyphs-x.c (x_finalize_image_instance): avoid freeing null pixmaps.
|
|
705
|
|
706 1999-10-10 Olivier Galibert <galibert@pobox.com>
|
|
707
|
|
708 * symbols.c (init_symbols_once_early): dump Vquit_flag.
|
|
709
|
|
710 * symsinit.h: Updated.
|
|
711
|
|
712 * ntproc.c (vars_of_ntproc): Use defsymbol.
|
|
713
|
|
714 * emacs.c (main_1): Updated reinit calls.
|
|
715
|
|
716 * lisp.h: Removed Fpurecopy and pure_put declarations.
|
|
717 * fns.c: Removed pure_put.
|
|
718
|
|
719 * eval.c (Fdefvar): pure_put -> Fput
|
|
720 (Fdefconst): Ditto.
|
|
721 * frame-x.c (init_x_prop_symbols): Ditto.
|
|
722 * symbols.c (deferror): Ditto.
|
|
723
|
|
724 * alloc.c (Fmake_byte_code): Remove Fpurecopy call.
|
|
725 * buffer.c (vars_of_buffer): Ditto.
|
|
726 * bytecode.c (Ffetch_bytecode): Ditto.
|
|
727 (optimize_compiled_function): Ditto.
|
|
728 * emacs.c (vars_of_emacs): Ditto.
|
|
729 * emodules.c (vars_of_module): Ditto.
|
|
730 * eval.c (define_function): Ditto.
|
|
731 (Fautoload): Ditto.
|
|
732 * frame.c (vars_of_frame): Ditto.
|
|
733 * intl.c (Fset_domain): Ditto.
|
|
734 * lread.c (load_force_doc_string_unwind): Ditto.
|
|
735 * menubar.c (vars_of_menubar): Ditto.
|
|
736 * minibuf.c (reinit_complex_vars_of_minibuf): Ditto.
|
|
737
|
|
738 * debug.c (reinit_vars_of_debug): Extracted.
|
|
739 * device-x.c (reinit_vars_of_device_x): Ditto.
|
|
740 * emodules.c (reinit_vars_of_module): Ditto.
|
|
741 * font-lock.c (reinit_vars_of_font_lock): Ditto.
|
|
742 * glyphs-widget.c (reinit_vars_of_glyphs_widget): Ditto.
|
|
743 * glyphs.c (reinit_vars_of_glyphs): Ditto.
|
|
744 * gui-x.c (reinit_vars_of_gui_x): Ditto.
|
|
745 * insdel.c (reinit_vars_of_insdel): Ditto.
|
|
746 * menubar-x.c (reinit_vars_of_menubar_x): Ditto.
|
|
747 * minibuf.c (reinit_complex_vars_of_minibuf): Ditto.
|
|
748 * mule-wnnfns.c (reinit_vars_of_mule_wnn): Ditto.
|
|
749 * print.c (reinit_vars_of_print): Ditto.
|
|
750 * redisplay.c (reinit_vars_of_redisplay): Ditto.
|
|
751 * select-x.c (reinit_vars_of_xselect): Ditto.
|
|
752 * undo.c (reinit_vars_of_undo): Ditto.
|
|
753
|
|
754 1999-10-10 Olivier Galibert <galibert@pobox.com>
|
|
755
|
|
756 * symsinit.h: Updated declarations, see other ChangeLog entries.
|
|
757
|
|
758 * redisplay.c (init_redisplay): Ensure proper reinitialisation.
|
|
759
|
|
760 * lrecord.h (XD_DYNARR_DESC): Introduce XD_INT_RESET and use it.
|
|
761
|
|
762 * glyphs.c: Add the ii_keyword_entry and related descriptions.
|
|
763 Fix the image_instantiator_methods one.
|
|
764
|
|
765 * file-coding.c: Plonk all data that needs to be dumped in a
|
|
766 dynamically allocated structure.
|
|
767
|
|
768 * extents.c (reinit_vars_of_extents): Extracted from
|
|
769 vars_of_extents.
|
|
770
|
|
771 * event-stream.c (vars_of_event_stream): Don't staticpro when
|
|
772 pdump_wire is enough.
|
|
773
|
|
774 * event-msw.c (reinit_vars_of_event_mswindows): Extracted from
|
|
775 vars_of_event_mswindows.
|
|
776
|
|
777 * event-Xt.c (reinit_vars_of_event_Xt): Extracted from
|
|
778 vars_of_event_Xt.
|
|
779
|
|
780 * eval.c (vars_of_eval): Don't staticpro when pdump_wire is enough.
|
|
781
|
|
782 * emacs.c (main_1): Added some reinit calls.
|
|
783
|
|
784 * device-x.c (reinit_console_type_create_device_x): Extracted from
|
|
785 console_type_create_device_x.
|
|
786
|
|
787 * console.h: Declare the console_type_entry_dynarr description.
|
|
788
|
|
789 * console.c: Unstatic the console_type_entry_dynarr description.
|
|
790
|
|
791 * alloc.c: Removed some dubious comments. Handle XD_INT_RESET.
|
|
792
|
|
793 1999-10-07 Olivier Galibert <galibert@pobox.com>
|
|
794
|
|
795 * symsinit.h: Updated declarations, see other ChangeLog entries.
|
|
796
|
|
797 * minibuf.c (reinit_complex_vars_of_minibuf): Extracted from
|
|
798 complex_vars_of_minibuf.
|
|
799
|
|
800 * lrecord.h: Removed XD_PARENT_INDIRECT (unused and
|
|
801 unimplemented), added XD_LO_LINK.
|
|
802
|
|
803 * lisp.h (pdump_wire_list): Add declaration.
|
|
804
|
|
805 * glyphs.h (INITIALIZE_DEVICE_IIFORMAT): Fix bug found by Andy.
|
|
806 (INITIALIZE_IMAGE_INSTANTIATOR_FORMAT): Fix stupid bug.
|
|
807 (REINITIALIZE_IMAGE_INSTANTIATOR_FORMAT): Remove, useless once the
|
|
808 stupid bug fixed.
|
|
809
|
|
810 * glyphs.c (reinit_image_instantiator_format_create): Remove.
|
|
811
|
|
812 * glyphs-x.c (reinit_image_instantiator_format_create_glyphs_x):
|
|
813 Remove.
|
|
814
|
|
815 * glyphs-widget.c
|
|
816 (reinit_image_instantiator_format_create_glyphs_widget): Remove.
|
|
817
|
|
818 * glyphs-msw.c
|
|
819 (reinit_image_instantiator_format_create_glyphs_mswindows):
|
|
820 Remove.
|
|
821
|
|
822 * glyphs-eimage.c
|
|
823 (reinit_image_instantiator_format_create_glyphs_eimage): Remove.
|
|
824
|
|
825 * frame.c (Fmake_frame): Don't reset the face cache when using the
|
|
826 stream device.
|
|
827
|
|
828 * file-coding.c: Dumped the_codesys_prop_dynarr and added all
|
|
829 relevant descriptions.
|
|
830
|
|
831 * events.c (reinit_vars_of_events): Extracted from vars_of_events.
|
|
832
|
|
833 * eval.c: The subr is _not_ a lcrecord.
|
|
834
|
|
835 * emacs.c (main_1): Call vars_of_specifier early before any
|
|
836 specifier creation (e.g in vars_of_glyphs, at least). Remove the
|
|
837 useless reinit_image_instantiator_format*. Add
|
|
838 reinit_vars_of_events and reinit_complex_vars_of_minibuf. Add
|
|
839 calls to lstream_type_create* and process_type_create*.
|
|
840
|
|
841 * elhash.c: Dump Vall_weak_hash_tables correctly.
|
|
842
|
|
843 * data.c: Dump Vall_weak_lists correctly.
|
|
844
|
|
845 * console.c: Fix description.
|
|
846
|
|
847 * console-stream.c (init_console_stream): Do initializations
|
|
848 correctly in the pdump case.
|
|
849
|
|
850 * chartab.c: Fix description. Dump Vall_syntax_tables correctly.
|
|
851 (Fcopy_char_table): Link into Vall_syntax_tables.
|
|
852
|
|
853 * alloc.c (pdump_wire_list): Added.
|
|
854 (Fgarbage_collect): Fix loop in stats couting missing the last
|
|
855 lrecord type.
|
|
856 (pdump_register_sub): Added XD_LO_LINK.
|
|
857 (pdump_dump_data): Ditto. Fixed XD_LO_RESET_NIL forgttting the
|
|
858 counter.
|
|
859 (pdump_reloc_one): Ditto.
|
|
860 (pdump_scan_by_alignement): Use last_lrecord_type_index_assigned
|
|
861 instead of 256.
|
|
862 (pdump_dump_wired): Added lists.
|
|
863 (pdump): Use last_lrecord_type_index_assigned instead of 256.
|
|
864 Dump last_lrecord_type_index_assigned value. Fix minor bugs.
|
|
865
|
|
866 1999-10-07 Andy Piper <andy@xemacs.org>
|
|
867
|
|
868 * glyphs-msw.c (mswindows_finalize_image_instance): zero out
|
|
869 bitmap slices.
|
|
870
|
|
871 * glyphs-x.c (x_finalize_image_instance): fix FMW problem.
|
|
872
|
|
873 1999-10-06 Andy Piper <andy@xemacs.org>
|
|
874
|
|
875 * elhash.c (resize_hash_table): Correct reference to lrecord_header.
|
|
876
|
|
877 1999-10-06 Damon Lipparelli <lipp@primus.com>
|
|
878
|
|
879 * elhash.h: forward declare Lisp_Hash_Table.
|
|
880
|
|
881 1999-10-06 Andy Piper <andy@xemacs.org>
|
|
882
|
|
883 * glyphs.c (Fset_image_instance_property): mark glyphs as dirty
|
|
884 after setting an image instance property.
|
|
885
|
|
886 1999-10-05 Andy Piper <andy@xemacs.org>
|
|
887
|
|
888 * gutter.c (update_frame_gutters): output gutters if
|
|
889 windows_changed is set. This is the only way of catching changes
|
|
890 in selected window which obviously can affect the specifiers.
|
|
891
|
|
892 * redisplay.c: new state flags, subwindows_state_changed and
|
|
893 subwindows_state_changed set.
|
|
894 (redisplay_window): use them.
|
|
895 (redisplay_device): ditto.
|
|
896 (redisplay_without_hooks): ditto.
|
|
897 (redisplay_frame): ditto. Reset subwindow cachels if
|
|
898 subwindows_changed is set.
|
|
899 (redisplay_window): call mark_glyph_cachels_as_clean after
|
|
900 redisplaying.
|
|
901
|
|
902 * redisplay-x.c (x_output_x_pixmap): select correct
|
|
903 pixmap image for display depending on the currently selected
|
|
904 slice.
|
|
905
|
|
906 * redisplay-output.c (compare_runes): check dirtiness when
|
|
907 checking RUNE_DGLYPH runes.
|
|
908 (compare_display_blocks): relax invalidation of display blocks
|
|
909 since we can now detect whether individual glyphs have changed or
|
|
910 not.
|
|
911
|
|
912 * redisplay-msw.c (mswindows_output_dibitmap): select correct
|
|
913 bitmap image for display depending on the currently selected
|
|
914 slice.
|
|
915
|
|
916 * glyphs.h (struct Lisp_Image_Instance): add a dirty flag.
|
|
917 (IMAGE_INSTANCE_DIRTYP): new macro.
|
|
918 (XIMAGE_INSTANCE_DIRTYP): ditto.
|
|
919 (MARK_IMAGE_INSTANCE_CHANGED): ditto.
|
|
920 (GLYPH_DIRTYP): ditto.
|
|
921 (XGLYPH_DIRTYP): ditto.
|
|
922 (MARK_GLYPH_CHANGED): ditto.
|
|
923 (GLYPH_CACHEL_DIRTYP): ditto.
|
|
924 (struct glyph_cachel): add a dirty flag.
|
|
925
|
|
926 * glyphs.c (update_frame_subwindows): Don't update on
|
|
927 glyphs_changed.
|
|
928 (glyph_animated_timeout_mapper): new function. Map over the
|
|
929 instance cache lookinng for animated images to update.
|
|
930 (Fglyph_animated_timeout_handler): new function. Lisp callback for
|
|
931 handling animated image timeout events.
|
|
932 (disable_glyph_animated_timeout): new function. Add the animated
|
|
933 image timeout.
|
|
934 (disable_glyph_animated_timeout): new function. Remove the
|
|
935 animated image timeout.
|
|
936 (syms_of_glyphs): initialize Qglyph_animated_timeout_handler and
|
|
937 friends.
|
|
938 (vars_of_glyphs): initialize Vglyph_animated_ticker.
|
|
939 (image_instance_equal): add the currently displayed slice.
|
|
940 (image_instance_hash): ditto.
|
|
941 (allocate_glyph): initialize dirty flag.
|
|
942 (glyph_width): rename glyph -> glyph_or_image.
|
|
943 (glyph_height_internal): ditto.
|
|
944 (glyph_dirty_p): new function. Determine whether the image
|
|
945 instance in the domain and/or glyph is dirty.
|
|
946 (set_glyph_dirty_p): set the dirtiness.
|
|
947 (update_glyph_cachel_data): take dirtiness into account. Pass the
|
|
948 image instance we are interested in to glyph_width and friends.
|
|
949 (get_glyph_cachel_index): make non-static. Always call
|
|
950 update_glyph_cachel_data.
|
|
951 (mark_glyph_cachels_as_not_updated): meaningless formatting
|
|
952 change.
|
|
953 (mark_glyph_cachels_as_clean): new function. Clean dirtiness from
|
|
954 glyph cachels.
|
|
955
|
|
956 * glyphs-x.h (struct x_image_instance_data): change
|
|
957 pixmap to a list of pixmaps.
|
|
958 (IMAGE_INSTANCE_X_PIXMAP_SLICE): new macro.
|
|
959 (IMAGE_INSTANCE_X_PIXMAP_SLICES): ditto.
|
|
960 (XIMAGE_INSTANCE_X_PIXMAP_SLICE): ditto.
|
|
961 (XIMAGE_INSTANCE_X_PIXMAP_SLICES): ditto.
|
|
962
|
|
963 * glyphs-x.c (x_finalize_image_instance): make sure multi pixmap
|
|
964 images get deleted properly.
|
|
965 (init_image_instance_from_x_image): add slices paramater and use
|
|
966 it to initialize x_image_instance_data correctly.
|
|
967 (image_instance_add_x_image): new function. Add new pixmaps to our
|
|
968 set of instantiated pixmaps for an image. Used by animated images.
|
|
969 (x_init_image_instance_from_eimage): add a slices
|
|
970 parameter. Instantiate all images from the eimage.
|
|
971 (x_xpm_instantiate): update use of
|
|
972 init_image_instance_from_x_image.
|
|
973 (init_image_instance_from_xbm_inline): ditto.
|
|
974 (x_initialize_pixmap_image_instance): add slices paramater and use
|
|
975 it to allocate x_image_instance_data correctly.
|
|
976
|
|
977 * glyphs-msw.h (struct mswindows_image_instance_data): change
|
|
978 bitmap to a list of bitmaps.
|
|
979 (IMAGE_INSTANCE_MSWINDOWS_BITMAP_SLICE): new macro.
|
|
980 (IMAGE_INSTANCE_MSWINDOWS_BITMAP_SLICES): ditto.
|
|
981 (XIMAGE_INSTANCE_MSWINDOWS_BITMAP_SLICE): ditto.
|
|
982 (XIMAGE_INSTANCE_MSWINDOWS_BITMAP_SLICES): ditto.
|
|
983
|
|
984 * glyphs-msw.c (init_image_instance_from_dibitmap): add slices
|
|
985 paramater and use it to initialize mswindows_image_instance_data
|
|
986 correctly.
|
|
987 (image_instance_add_dibitmap): new function. Add new bitmaps to
|
|
988 our set of instantiated bitmaps for an image. Used by animated
|
|
989 images.
|
|
990 (mswindows_init_image_instance_from_eimage): add a slices
|
|
991 parameter. Instantiate all images from the eimage.
|
|
992 (mswindows_xpm_instantiate): update use of
|
|
993 init_image_instance_from_dibitmap.
|
|
994 (bmp_instantiate): ditto.
|
|
995 (init_image_instance_from_xbm_inline): ditto.
|
|
996 (mswindows_finalize_image_instance): make sure all the bitmap
|
|
997 slices get deleted.
|
|
998 (mswindows_initialize_dibitmap_image_instance): add slices
|
|
999 paramater and use it to allocate mswindows_image_instance_data
|
|
1000 correctly.
|
|
1001
|
|
1002 * glyphs-eimage.c (jpeg_instantiate): give extra paramter to
|
|
1003 init_image_instance_from_eimage.
|
|
1004 (png_instantiate): ditto.
|
|
1005 (tiff_instantiate): ditto.
|
|
1006 (gif_instantiate): allocate bitmaps for all gif slices not just
|
|
1007 the first one.
|
|
1008
|
|
1009 * device.h (struct device): add subwindows_state_changed flag.
|
|
1010 (MARK_DEVICE_SUBWINDOWS_STATE_CHANGED): new macro.
|
|
1011 (MARK_DEVICE_FRAMES_GLYPHS_CHANGED): ditto.
|
|
1012
|
|
1013 * console.h (struct console_methods): add a slice parameter to
|
|
1014 init_image_instance_from_eimage_method.
|
|
1015
|
|
1016 * redisplay.c (create_string_text_block): Allow buffer to be nil
|
|
1017 without crashing.
|
|
1018
|
|
1019 1999-09-24 Andy Piper <andy@xemacs.org>
|
|
1020
|
|
1021 * glyphs-x.c: only include gui-x.h if we are building with
|
|
1022 widgets.
|
|
1023
|
|
1024 * gui-x.c (vars_of_gui_x): only set popup_up_p if we have popups.
|
|
1025
|
|
1026 1999-09-28 Lee Kindness <lkindness@csl.co.uk>
|
|
1027
|
|
1028 * objects-x.c (allocate_nearest_color): will return 0 (failure)
|
|
1029 when the colormap is full and the color it has computed to be the
|
|
1030 'nearest' has been allocated read/write.
|
|
1031
|
|
1032 1999-10-02 Olivier Galibert <galibert@pobox.com>
|
|
1033
|
|
1034 * search.c (reinit_vars_of_search): Reinit the search cache
|
|
1035 correctly.
|
|
1036
|
|
1037 * elhash.h: Make the description visible. Declare
|
|
1038 resize_hash_table.
|
|
1039
|
|
1040 * elhash.c (resize_hash_table): Extracted from enlarge_hash_table
|
|
1041 to generalize the hash table reorganization.
|
|
1042 (reorganize_hash_table): Added.
|
|
1043 (enlarge_hash_table): Uses resize_has_table.
|
|
1044
|
|
1045 * casetab.c (complex_vars_of_casetab): staticpro the mule mirror
|
|
1046 tables.
|
|
1047
|
|
1048 * alloc.c: Add correct management of blocks of structures.
|
|
1049 Reorganize hash tables at reload since the hash values can change
|
|
1050 with the pointers.
|
|
1051
|
|
1052 1999-10-01 Olivier Galibert <galibert@pobox.com>
|
|
1053
|
|
1054 * lisp.h: Add pdump_wire declaration
|
|
1055
|
|
1056 * elhash.c (vars_of_elhash): Wire Vall_weak_hash_tables.
|
|
1057 * symbols.c (init_symbols_once_early): Wire Qnil and Qunbound.
|
|
1058
|
|
1059 * alloc.c (pdump_wire): Added..
|
|
1060 (pdump_load): Support it.
|
|
1061 (pdump): Support it
|
|
1062
|
|
1063 * glyphs-msw.c
|
|
1064 (reinit_image_instantiator_format_create_glyphs_mswindows): Fix
|
|
1065 macro calls.
|
|
1066
|
|
1067 1999-09-28 Olivier Galibert <galibert@pobox.com>
|
|
1068
|
|
1069 * symsinit.h: Added lots of prototypes.
|
|
1070
|
|
1071 * symeval.h: Added defsymbol_nodump declaration.
|
|
1072
|
|
1073 * symbols.c (find_symbol_value): Lame attempt at making the
|
|
1074 startup go further.
|
|
1075 (defsymbol_nodump): Added.
|
|
1076
|
|
1077 * mule-charset.c: Collapsed global lisp objects arrays in one
|
|
1078 dumpable structure.
|
|
1079
|
|
1080 * lrecord.h: Added some flags.
|
|
1081
|
|
1082 * lisp.h: Added dumped flag to dynarrs. Added dumpstruct
|
|
1083 declaration.
|
|
1084
|
|
1085 * glyphs.h (INITIALIZE_IMAGE_INSTANTIATOR_FORMAT_NO_SYM): Don't
|
|
1086 staticpro dynamic variables.
|
|
1087
|
|
1088 * glyphs.c (reinit_specifier_type_create_image): Added.
|
|
1089 (image_instantiator_format_create): Dump image instantiator format
|
|
1090 dynarr.
|
|
1091 (reinit_image_instantiator_format_create): Added.
|
|
1092
|
|
1093 * emacs.c (main_1): Added reinits calls.
|
|
1094
|
|
1095 * dynarr.c: Protect dumped dynarrays from going berzek in free or
|
|
1096 realloc.
|
|
1097
|
|
1098 * specifier.h (INITIALIZE_SPECIFIER_TYPE): Don't staticpro dynamic
|
|
1099 variables.
|
|
1100 * specifier.c (specifier_type_create): Dump the specifier type
|
|
1101 dynarr.
|
|
1102 (reinit_specifier_type_create): Added.
|
|
1103 * console.h (INITIALIZE_CONSOLE_TYPE): Don't staticpro dynamic
|
|
1104 variables.
|
|
1105 * console.c (console_type_create): Dump the console type dynarr.
|
|
1106 (reinit_vars_of_console): Extracted from vars_of_console.
|
|
1107 (reinit_complex_vars_of_console): Extracted from
|
|
1108 complex_vars_of_console
|
|
1109 * window.c (reinit_vars_of_window): Extracted from vars_of_window.
|
|
1110 * toolbar.c (reinit_specifier_type_create_toolbar): Added.
|
|
1111 * search.c (reinit_vars_of_search): Extracted from vars_of_search.
|
|
1112 * objects.c (reinit_specifier_type_create_objects): Added.
|
|
1113 (reinit_vars_of_objects): Extracted from vars_of_objects.
|
|
1114 * lstream.c (reinit_vars_of_lstream): Extracted from
|
|
1115 vars_of_lstream.
|
|
1116 * lread.c (reinit_vars_of_lread): Extracted from vars_of_lread.
|
|
1117 * gutter.c (reinit_specifier_type_create_gutter): Added.
|
|
1118 * glyphs-x.c (reinit_image_instantiator_format_create_glyphs_x):
|
|
1119 Added.
|
|
1120 * glyphs-widget.c
|
|
1121 (reinit_image_instantiator_format_create_glyphs_widget): Added
|
|
1122 * glyphs-msw.c
|
|
1123 (reinit_image_instantiator_format_create_glyphs_mswindows): Added.
|
|
1124 * glyphs-eimage.c
|
|
1125 (reinit_image_instantiator_format_create_glyphs_eimage): Added.
|
|
1126 * event-stream.c (reinit_vars_of_event_stream): Extracted from
|
|
1127 vars_of_event_stream
|
|
1128 * eval.c (reinit_vars_of_eval): Extracted from vars_of_eval.
|
|
1129 * device.c (reinit_vars_of_device): Extracted from vars_of_device.
|
|
1130 * console-x.c (reinit_console_type_create_x): Added.
|
|
1131 * console-tty.c (reinit_console_type_create_tty): Added
|
|
1132 * console-stream.c (reinit_console_type_create_stream): Added.
|
|
1133 (init_console_stream): If PDUMP, always reinitialise basic
|
|
1134 devices.
|
|
1135 * console-msw.c (reinit_console_type_create_mswindows): Added.
|
|
1136 * buffer.c (reinit_vars_of_buffer): Extracted from
|
|
1137 init_vars_of_buffer.
|
|
1138 (reinit_complex_vars_of_buffer): Extracted from
|
|
1139 complex_vars_of_buffer
|
|
1140
|
|
1141 * alloc.c: Further with the portable dumping, the revenge.
|
|
1142 (dumpstruct): Added.
|
|
1143 (reinit_alloc_once_early): Extracted from init_alloc_once_early.
|
|
1144
|
|
1145 * specifier.c (sizeof_specifier): Correct size computation.
|
|
1146 (make_specifier_internal): Ditto.
|
|
1147
|
|
1148 1999-09-27 Olivier Galibert <galibert@pobox.com>
|
|
1149
|
|
1150 * alloc.c: Further with the portable dumping.
|
|
1151
|
|
1152 1999-09-27 Martin Buchholz <martin@xemacs.org>
|
|
1153
|
|
1154 * glyphs-x.c (update_widget_face): Remove bogus cast
|
|
1155
|
|
1156 * data.c (sign_extent_lisp):
|
|
1157 * data.c (check_int_range):
|
|
1158 * data.c (Faref):
|
|
1159 * data.c (Faset):
|
|
1160 * data.c (number_char_or_marker_to_int):
|
|
1161 * data.c (number_char_or_marker_to_double):
|
|
1162 * data.c (Frem):
|
|
1163 * data.c (Fmod):
|
|
1164 * extents.c (print_extent_1):
|
|
1165 * fns.c (print_bit_vector):
|
|
1166 * fns.c (Flength):
|
|
1167 * fns.c (Fsafe_length):
|
|
1168 * fns.c (copy_list):
|
|
1169 * fns.c (Fsubseq):
|
|
1170 * fns.c (Felt):
|
|
1171 * fns.c (Flast):
|
|
1172 * fns.c (Fnbutlast):
|
|
1173 * insdel.h:
|
|
1174 * marker.c (print_marker):
|
|
1175 * syntax.h:
|
|
1176 * bytecode.c (bytecode_arithcompare):
|
|
1177 * bytecode.c (bytecode_arithop):
|
|
1178 * lisp.h:
|
|
1179 * lisp.h (EXTERNAL_LIST_LOOP_DELETE_IF):
|
|
1180 * lisp.h (TRUE_LIST_P):
|
|
1181 * lisp.h (CHECK_TRUE_LIST):
|
|
1182 * lisp.h (bit_vector_length):
|
|
1183 * lisp.h (GCPRO4): Make consistent.
|
|
1184 * lisp.h (NGCPRO4): Make consistent.
|
|
1185 * lisp.h (NNGCPRO4): Make consistent.
|
|
1186 * alloc.c (Fmake_list):
|
|
1187 * alloc.c (Fmake_string):
|
|
1188 Use proper 64-bit types, e.g. EMACS_INT or size_t instead of int.
|
|
1189 This should make all arithmetic 64-bit clean.
|
|
1190
|
|
1191 Use %ld with (long) casts in print statements of types with sizes
|
|
1192 possibly larger than int.
|
|
1193
|
|
1194 Following functions had mismatched prototypes!!:
|
|
1195 do_marker_adjustment(), fixup_internal_substring(), scan_lists(),
|
|
1196 char_quoted(), make_string_from_buffer(),
|
|
1197 make_string_from_buffer_no_extents()
|
|
1198
|
|
1199 The types of Bufpos, Bytind, Memind, Bytecount, Charcount,
|
|
1200 Extcount are all now EMACS_INT. I hope to see the day when I can
|
|
1201 create a buffer with more than INT_MAX characters, without having
|
|
1202 XEmacs slow down to a crawl. I also hope to be able to create a
|
|
1203 list with more than INT_MAX cons cells.
|
|
1204
|
|
1205 * redisplay.c (decode_mode_spec):
|
|
1206 The %p and %P specs in the mode line were not correct for buffers
|
|
1207 larger than MAX_INT/100! The %p spec was off by .5% even for
|
|
1208 small buffers!
|
|
1209
|
|
1210 1999-09-27 Martin Buchholz <martin@xemacs.org>
|
|
1211
|
|
1212 * cmdloop.c (num_input_keys):
|
|
1213 * print.c (debug_temp):
|
|
1214 * emacs.c (Vinfo_directory):
|
|
1215 Delete unused variables
|
|
1216
|
|
1217 * console-x.h (x_interline_space): Mark as unimplemented.
|
|
1218 * redisplay-x.c (x_interline_space): Mark as unimplemented.
|
|
1219
|
|
1220 * event-Xt.c (pending_timeouts):
|
|
1221 * linuxplay.c (linuxplay_sndbuf):
|
|
1222 * profile.c (QS*):
|
|
1223 * search.c (searchbufs):
|
|
1224 * specifier.c (specifier_type_entry_dynarr):
|
|
1225 * undo.c (pending_boundary):
|
|
1226 * event-stream.c (the_low_level_timeout_blocktype):
|
|
1227 * extents.c (gap_array_marker_freelist):
|
|
1228 * extents.c (extent_list_marker_freelist):
|
|
1229 * print.c (being_printed):
|
|
1230 * print.c (alternate_do_pointer):
|
|
1231 * alloc.c (first_string_chars_block):
|
|
1232 * alloc.c (current_string_chars_block):
|
|
1233 * emacs.c (initial_argv):
|
|
1234 * emacs.c (initial_argc):
|
|
1235 * eval.c (lisp_eval_depth):
|
|
1236 * free-hook.c (pointer_table):
|
|
1237 * free-hook.c (free_queue):
|
|
1238 * free-hook.c (current_free):
|
|
1239 * free-hook.c (strict_free_check):
|
|
1240 * redisplay.c (formatted_string_emchar_dynarr):
|
|
1241 * redisplay.c (formatted_string_display_line):
|
|
1242 * redisplay.c (formatted_string_extent_dynarr):
|
|
1243 * redisplay.c (formatted_string_extent_start_dynarr):
|
|
1244 * redisplay.c (formatted_string_extent_end_dynarr):
|
|
1245 * redisplay.c (updating_line_start_cache):
|
|
1246 * redisplay.c (last_display_warning_tick):
|
|
1247 * redisplay.c (display_warning_tick):
|
|
1248 * redisplay.c (internal_cache):
|
|
1249 * window.c (Vwindow_configuration_free_list):
|
|
1250 Make static.
|
|
1251
|
|
1252 * redisplay.c (Vinitial_window_system): Make CONST.
|
|
1253
|
|
1254 1999-09-24 Martin Buchholz <martin@xemacs.org>
|
|
1255
|
|
1256 * redisplay-tty.c (term_get_fkeys_1): Minor aesthetic improvements.
|
|
1257
|
|
1258 * doprnt.c (get_doprnt_args): Use int, not short, with va_arg.
|
|
1259
|
|
1260 1999-09-24 Andy Piper <andy@xemacs.org>
|
|
1261
|
|
1262 * redisplay-output.c (output_display_line): only clear the borders
|
|
1263 if we are not displaying the gutter.
|
|
1264
|
|
1265 1999-09-24 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1266
|
|
1267 * frame-x.c (x_any_window_to_frame): Let Xt find the widget and
|
|
1268 then use x_any_widget_or_parent_to_frame().
|
|
1269 (x_find_frame_for_window): remove special cases.
|
|
1270
|
|
1271 1999-09-24 Andy Piper <andy@xemacs.org>
|
|
1272
|
|
1273 * scrollbar-x.c (x_window_is_scrollbar): deleted.
|
|
1274 * scrollbar-x.h: ditto.
|
|
1275
|
|
1276 1999-09-23 Martin Buchholz <martin@xemacs.org>
|
|
1277
|
|
1278 * alloc.c (this_marks_a_marked_record): Remove.
|
|
1279
|
|
1280 * buffer.c (mark_buffer):
|
|
1281 * buffer.c (nuke_all_buffer_slots):
|
|
1282 * console.c (mark_console):
|
|
1283 * console.c (nuke_all_console_slots):
|
|
1284 * frame.c (mark_frame):
|
|
1285 * frame.c (nuke_all_frame_slots):
|
|
1286 Treat MARKED_SLOT() macros consistently.
|
|
1287
|
|
1288 * device.h (error_check_device_type):
|
|
1289 * faces.c (face_getprop):
|
|
1290 * fileio.c (DRIVE_LETTER):
|
|
1291 * filelock.c (lock_file_1):
|
|
1292 * frame-x.c (x_create_widgets):
|
|
1293 * frame.h (error_check_frame_type):
|
|
1294 * keymap.c (print_keymap):
|
|
1295 * keymap.c (Fkey_description):
|
|
1296 * keymap.c (where_is_recursive_mapper):
|
|
1297 * mule-charset.h (CHARSET_LEADING_BYTE):
|
|
1298 * objects-msw.c (mswindows_color_instance_hash):
|
|
1299 * objects.c (color_instance_equal):
|
|
1300 * objects.h (struct color_specifier):
|
|
1301 * objects.h (struct font_specifier):
|
|
1302 * objects.h (struct face_boolean_specifier):
|
|
1303 * opaque.h (get_opaque_ptr):
|
|
1304 * opaque.h (set_opaque_ptr):
|
|
1305 * process-unix.c (set_socket_nonblocking_maybe):
|
|
1306 * specifier.h (SPECIFIER_TYPE_P):
|
|
1307 * symbols.c (store_symval_forwarding):
|
|
1308 * syssignal.h (EMACS_KILLPG):
|
|
1309 * terminfo.c (emacs_tparam):
|
|
1310 * glyphs.c (glyph_putprop):
|
|
1311 * glyphs.c (glyph_remprop):
|
|
1312 * glyphs.c (Fimage_instance_subwindow_id):
|
|
1313 * window.c (mark_window):
|
|
1314 * window.c (mark_window_config):
|
|
1315 * window.c (Fset_window_configuration):
|
|
1316 * window.c (save_window_save):
|
|
1317 * eval.c (Fuser_variable_p):
|
|
1318 * eval.c (Fcommand_execute):
|
|
1319 * eval.c (Feval):
|
|
1320 * eval.c (Ffuncall):
|
|
1321 * lisp.h (XPNTR):
|
|
1322 * lisp.h (INT_OR_FLOATP):
|
|
1323 * lisp.h (GC_INT_OR_FLOATP):
|
|
1324 * lisp.h (XFLOATINT):
|
|
1325 * lisp.h (IS_ANY_SEP):
|
|
1326 * mule-ccl.c (Fccl_execute):
|
|
1327 * mule-ccl.c (Fccl_execute_on_string):
|
|
1328 * redisplay-x.c (x_output_string):
|
|
1329 Remove redundant extra parentheses.
|
|
1330
|
|
1331 1999-09-22 Martin Buchholz <martin@xemacs.org>
|
|
1332
|
|
1333 * chartab.c (word_boundary_p): Add prototype for warning avoidance.
|
|
1334 * eval.c (PRIMITIVE_FUNCALL): ANSIfy
|
|
1335 * free-hook.c (fun_ptr): ANSIfy
|
|
1336 * getloadavg.c: Remove declaration for errno.
|
|
1337 * gui.c (allocate_gui_item): ANSIfy
|
|
1338 * gui.h (allocate_gui_item): ANSIfy
|
|
1339 * mule-ccl.c (resolve_symbol_ccl_program): Make static
|
|
1340 * realpath.c: Remove K&R support.
|
|
1341 * redisplay-x.c (x_output_display_block): Don't shadow previous local
|
|
1342 * glyphs-widget.c (layout_instantiate): Don't shadow previous local
|
|
1343 * gutter.c (get_gutter_coords): Make static.
|
|
1344 * lread.c (locate_file_map_suffixes): Make static.
|
|
1345 * ralloc.c (relinquish): ANSIfy
|
|
1346 * redisplay.c:
|
|
1347 * lisp.h:
|
|
1348 Move prototypes from redisplay.c to lisp.h
|
|
1349
|
|
1350 1999-09-22 Martin Buchholz <martin@xemacs.org>
|
|
1351
|
|
1352 * glyphs-x.c (x_widget_set_property):
|
|
1353 - Remove unnecessary initialization.
|
|
1354 - Use char*, not Bufbyte *, with GET_C_STRING_OS_DATA_ALLOCA
|
|
1355 * glyphs-x.c (x_widget_instantiate):
|
|
1356 - Use char*, not Bufbyte *, with GET_C_STRING_OS_DATA_ALLOCA
|
|
1357 * unexelf.c (unexec):
|
|
1358 Add cast for C++ compilability.
|
|
1359 * redisplay.h:
|
|
1360 Fix a typo.
|
|
1361 * ralloc.c (r_alloc_reinit):
|
|
1362 SET_FUN_PTR was broken wrt ANSI aliasing!
|
|
1363 To compensate, use __typeof__ when using gcc, else live with
|
|
1364 possible (but rare) warnings.
|
|
1365 * ralloc.c (init_ralloc):
|
|
1366 Ditto
|
|
1367 * ralloc.c: Use the real dlmalloc prototype for __morecore.
|
|
1368 * lread.c (locate_file_map_suffixes):
|
|
1369 * input-method-xlib.c (XIM_init_frame):
|
|
1370 - Xlib functions should use XPointer, not XtPointer.
|
|
1371 * input-method-xlib.c (XIM_delete_frame):
|
|
1372 - Xlib functions should use XPointer, not XtPointer.
|
|
1373 * input-method-xlib.c (IMDestroyCallback):
|
|
1374 - Simplify.
|
|
1375 - XFRAME (obj) can never be NULL, so don't test for it.
|
|
1376 * gutter.h:
|
|
1377 Add GUTTER_POS_LOOP for iterating over all gutter_pos'es
|
|
1378 * gutter.c (SET_GUTTER_WAS_VISIBLE_FLAG):
|
|
1379 Run c-backslash-region on macro body.
|
|
1380 * gutter.c (gutter_was_visible):
|
|
1381 Remove redundant parens - this is not a macro.
|
|
1382 * gutter.c (redraw_exposed_gutters):
|
|
1383 Use GUTTER_POS_LOOP.
|
|
1384 * gutter.c (gutter_specs_changed):
|
|
1385 Use GUTTER_POS_LOOP.
|
|
1386 * gutter.c (gutter_geometry_changed_in_window):
|
|
1387 Use GUTTER_POS_LOOP.
|
|
1388 * gutter.c (update_frame_gutters):
|
|
1389 Use GUTTER_POS_LOOP.
|
|
1390 * gutter.c (init_frame_gutters):
|
|
1391 Use GUTTER_POS_LOOP.
|
|
1392 * file-coding.c (determine_real_coding_system):
|
|
1393 Fix C++ compile error.
|
|
1394 * emodules.c (find_make_module):
|
|
1395 Cast return value from xrealloc
|
|
1396 * emacs.c (Fkill_emacs):
|
|
1397 Use __typeof__, when available.
|
|
1398 * emacs.c (voodoo_free_hook):
|
|
1399 Use __typeof__, when available.
|
|
1400 (Unfortunately, the type of __free_hook is glibc-version-dependent)
|
|
1401 * dired.c (user_cache): Use Bufbyte *, not char *
|
|
1402 * dired.c (Fuser_name_all_completions): Ditto.
|
|
1403
|
|
1404 1999-09-22 Andy Piper <andy@xemacs.org>
|
|
1405
|
|
1406 * redisplay.c (redisplay_frame): reset the gutter display lines
|
|
1407 when we reset the subwindows.
|
|
1408
|
|
1409 * gutter.c (reset_gutter_display_lines): new function.
|
|
1410
|
|
1411 * window.c (Flast_nonminibuf_window): new function equivalent to
|
|
1412 FRAME_LAST_NONMINIBUF_WINDOW ().
|
|
1413 (syms_of_window): declare it.
|
|
1414
|
|
1415 * redisplay.c (create_string_text_block): don't add bogus eol
|
|
1416 markers to gutter display lines.
|
|
1417
|
|
1418 * glyphs.c (reset_subwindow_cachels): make sure we unmap
|
|
1419 subwindows using unmap_subwindow so that expose events get
|
|
1420 registered correctly.
|
|
1421
|
|
1422 * window.c (window_scroll): use Vwindow_pixel_scroll_increment to
|
|
1423 determine how much to scroll the window.
|
|
1424 (vars_of_window): Vwindow_pixel_scroll_increment is a new
|
|
1425 variable.
|
|
1426
|
|
1427 1999-09-20 Robert Pluim <rpluim@nortelnetworks.com>
|
|
1428
|
|
1429 * glyphs-x.c (update_widget_face): Guard fontList declaration for
|
|
1430 non-motif uses.
|
|
1431
|
|
1432 1999-09-20 Andy Piper <andy@xemacs.org>
|
|
1433
|
|
1434 * glyphs-msw.c (mswindows_update_subwindow): update faces.
|
|
1435
|
|
1436 1999-09-19 Andy Piper <andy@xemacs.org>
|
|
1437
|
|
1438 * glyphs.c (update_frame_subwindows): update if faces have
|
|
1439 changed.
|
|
1440
|
|
1441 * glyphs-x.c (x_widget_instantiate): create the clip widget using
|
|
1442 lwlib rather than directly.
|
|
1443 (x_finalize_image_instance): delete the clip widget using lwlib.
|
|
1444 (x_update_subwindow): update widget faces.
|
|
1445 (update_widget_face): new function for updating the face
|
|
1446 properties of a widget.
|
|
1447 (x_widget_set_property): update widget faces.
|
|
1448
|
|
1449 * lwlib-Xlw.c (xlw_create_clip_window): new function. We need to
|
|
1450 manage the clip widgets using lwlib so that we can delete them in
|
|
1451 a safe manner.
|
|
1452
|
|
1453 1999-09-16 Martin Buchholz <martin@xemacs.org>
|
|
1454
|
|
1455 * lisp-union.h:
|
|
1456 * lisp-disunion.h:
|
|
1457 Define new, potentially faster INT arithmetic macros
|
|
1458 INT_PLUS, INT_MINUS, INT_PLUS1, INT_MINUS1
|
|
1459 * bytecode.c (execute_optimized_function):
|
|
1460 Use new macros.
|
|
1461 Fix metering code
|
|
1462 * bytecode.c (bytecode_negate):
|
|
1463 Optimize for integer case.
|
|
1464
|
|
1465 1999-08-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
1466
|
|
1467 * m/mips.h: Support for mips-linux: Add !linux around places
|
|
1468 that are not valid for linux, define TEXT_START, DATA_START,
|
|
1469 DATA_SEG_BITS.
|
|
1470
|
|
1471 1999-09-16 Andy Piper <andy@xemacs.org>
|
|
1472
|
|
1473 * redisplay-output.c (redisplay_output_subwindow): clip subwindows
|
|
1474 that don't completely fit on-screen rather than just unmapping
|
|
1475 them.
|
|
1476
|
|
1477 * glyphs.h: change signature of map_subwindow.
|
|
1478
|
|
1479 * glyphs.c (map_subwindow): add display_glyph_area to the
|
|
1480 signature. make sure the mapped area saved in the subwindow_cachel
|
|
1481 reflects this.
|
|
1482 (Fforce_subwindow_map): make a no-op. I don't think this does
|
|
1483 anything useful.
|
|
1484
|
|
1485 * glyphs-x.h (struct x_subwindow_data): save the Display rather
|
|
1486 than the Screen. Add a clipwindow and clipwidget handle.
|
|
1487 (IMAGE_INSTANCE_X_CLIPWINDOW): new accessor.
|
|
1488 (IMAGE_INSTANCE_X_CLIPWIDGET): ditto.
|
|
1489 (XIMAGE_INSTANCE_X_CLIPWIDGET): ditto.
|
|
1490 (XIMAGE_INSTANCE_X_CLIPWINDOW): ditto.
|
|
1491
|
|
1492 * glyphs-x.c (x_finalize_image_instance): destroy the clipwidget
|
|
1493 as well as the widget itself.
|
|
1494 (x_unmap_subwindow): unmap the clipwindow and clipwidget rather
|
|
1495 than the widgets and subwindows themselves. move the widget inside
|
|
1496 the clipwidget.
|
|
1497 (x_subwindow_instantiate): hold onto the Display rather than the
|
|
1498 Screen. allocate a clipwindow to put the subwindow inside.
|
|
1499 (x_resize_subwindow): use saved Display directly.
|
|
1500 (x_widget_instantiate): allocate a clipwidget of type EmacsManager
|
|
1501 to put widgets inside.
|
|
1502
|
|
1503 * glyphs-widget.c: remove group stuff.
|
|
1504
|
|
1505 * glyphs-msw.h (struct mswindows_subwindow_data): new structure to
|
|
1506 hold the clipwindow.
|
|
1507 (IMAGE_INSTANCE_MSWINDOWS_CLIPWINDOW): new accessor.
|
|
1508 (XIMAGE_INSTANCE_MSWINDOWS_CLIPWINDOW): ditto.
|
|
1509
|
|
1510 * glyphs-msw.c: remove group stuff.
|
|
1511 (mswindows_finalize_image_instance): destroy clipwindow as well as
|
|
1512 the widget itself.
|
|
1513 (mswindows_unmap_subwindow): unmap the clipwindow rather than the
|
|
1514 widget.
|
|
1515 (mswindows_map_subwindow): ditto. move the widget within the
|
|
1516 clipwindow.
|
|
1517 (mswindows_subwindow_instantiate): allocate and initialize
|
|
1518 mswindows_subwindow_data. allocate a clipwindow with the subwindow
|
|
1519 as a child.
|
|
1520 (mswindows_widget_instantiate): ditto.
|
|
1521 (mswindows_control_wnd_proc): new function that allows us to
|
|
1522 propagate events from the widget to the main windows control loop.
|
|
1523
|
|
1524 * device-msw.c (mswindows_init_device): register new widget clip window
|
|
1525 class.
|
|
1526
|
|
1527 * console.h (struct console_methods): add display_glyph_area to
|
|
1528 map_window.
|
|
1529
|
|
1530 * console-msw.h: declare new window class and wnd proc for
|
|
1531 widgets.
|
|
1532
|
|
1533 1999-09-14 Martin Buchholz <martin@xemacs.org>
|
|
1534
|
|
1535 * general.c:
|
|
1536 * eldap.c:
|
|
1537 Move symbols used only by eldap.c into eldap.c as statics.
|
|
1538
|
|
1539 1999-09-09 Martin Buchholz <martin@xemacs.org>
|
|
1540
|
|
1541 * window.c (syms_of_window):
|
|
1542 * symbols.c (syms_of_symbols):
|
|
1543 * redisplay.c (syms_of_redisplay):
|
|
1544 * print.c (syms_of_print):
|
|
1545 * lisp.h:
|
|
1546 * intl.c (syms_of_intl):
|
|
1547 * general.c (syms_of_general):
|
|
1548 * frame.c (syms_of_frame):
|
|
1549 * fileio.c (syms_of_fileio):
|
|
1550 * file-coding.h:
|
|
1551 * file-coding.c (syms_of_file_coding):
|
|
1552 * extents.c (syms_of_extents):
|
|
1553 * event-stream.c (syms_of_event_stream):
|
|
1554 * event-stream.c (Fnext_event):
|
|
1555 * device.c (syms_of_device):
|
|
1556 * data.c (syms_of_data):
|
|
1557 * casetab.c (syms_of_casetab):
|
|
1558 * casetab.c (check_case_table):
|
|
1559 * callint.c (syms_of_callint):
|
|
1560 * buffer.c (syms_of_buffer):
|
|
1561 Delete unused C symbols:
|
|
1562 Qbuffer_file_name, Qbuffer_undo_list, Quser_variable_p,
|
|
1563 Qcurrent_prefix_arg, Qtranslate_table, Qkeywordp,
|
|
1564 Qnumber_or_marker_p, Qcons, Qkeyword, Qignore, Qdelete_device,
|
|
1565 Qcommand_execute, Qglyph_invisible,
|
|
1566 Qbuffer_file_coding_system, Qfile_name_handler_alist,
|
|
1567 Qframe_x_p, Qframe_tty_p, Qblack, Qkeyboard, Qmenubar, Qpath,
|
|
1568 Qvector, Qwhite, Qcase, Qdomain, Qalternate_debugging_output,
|
|
1569 Qprint_escape_newlines, Qprint_readably, Qfloat_output_format,
|
|
1570 Qwindow_scroll_functions, Qfboundp, Qscroll_up, Qscroll_down
|
|
1571
|
|
1572 Rename symbols as required by the CHECK_RECORD macro:
|
|
1573 - Qcase_table_p to Qcase_tablep
|
|
1574 - Qcoding_system_p to Qcoding_systemp
|
|
1575
|
|
1576 * debug.h:
|
|
1577 * debug.c (syms_of_debug):
|
|
1578 Make debug.c's internal Lisp_Objects static.
|
|
1579
|
|
1580 * events.c (vars_of_events):
|
|
1581 * events.c (syms_of_events):
|
|
1582 Use regular old defsymbol instead of KEYSYM + staticpro().
|
|
1583
|
|
1584 * select-x.c (CHECK_CUTBUFFER):
|
|
1585 Rewrite in accordance with coding standards.
|
|
1586
|
|
1587 * keymap.c (syms_of_keymap):
|
|
1588 Use SPC in the same way as RET, TAB, etc.
|
|
1589
|
|
1590 1999-08-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1591
|
|
1592 * xemacs-20/src/menubar-x.c (make_dummy_xbutton_event): Don't add
|
|
1593 offset twice if HAVE_WMCOMMAND is defined.
|
|
1594
|
|
1595 1999-09-13 Mike McEwan <mike@lotusland.demon.co.uk>
|
|
1596
|
|
1597 * redisplay-x.c (x_output_vertical_divider): make sure
|
|
1598 shadow_thickness is positive.
|
|
1599
|
|
1600 1999-09-10 Julian Back <jback@rudd.compulink.co.uk>
|
|
1601
|
|
1602 * process-nt.c (nt_create_process): fixup to cope with
|
|
1603 Vprocess_environment.
|
|
1604
|
|
1605 1999-09-02 Andy Piper <andy@xemacs.org>
|
|
1606
|
|
1607 * redisplay-output.c (redisplay_output_layout): call output
|
|
1608 routines with clear_clip false. output layout borders with text
|
|
1609 correctly.
|
|
1610
|
|
1611 * redisplay-msw.c (mswindows_output_blank): call output routines
|
|
1612 with clear_clip true.
|
|
1613 (mswindows_output_string): ditto.
|
|
1614 (mswindows_output_display_block): ditto.
|
|
1615
|
|
1616 * redisplay-x.c (x_output_display_block): call output routines
|
|
1617 with clear_clip true.
|
|
1618
|
|
1619 * redisplay.h: fix output routines for clear_clip parameter.
|
|
1620
|
|
1621 * redisplay-output.c (redisplay_output_layout): cope with glyphs
|
|
1622 in the border.
|
|
1623
|
|
1624 * glyphs-widget.c (layout_instantiate): deal with border glyphs.
|
|
1625 (check_valid_glyph_or_instantiator): renamed from
|
|
1626 check_valid_glyph_or_image.
|
|
1627 (check_valid_border): allow glyphs or their instantiators.
|
|
1628 (check_valid_glyph_or_instantiator_list): renamed from
|
|
1629 check_valid_glyph_or_image_list,
|
|
1630 (glyph_instantiator_to_glyph): new function. make sure a glyph is
|
|
1631 a glyph and not an instantiator.
|
|
1632 (substitute_keyword_value): new function. replace a keyword value
|
|
1633 with a new one.
|
|
1634
|
|
1635 1999-09-01 Andy Piper <andy@xemacs.org>
|
|
1636
|
|
1637 * glyphs.c (string_set_property): new function to set the data of
|
|
1638 a string.
|
|
1639 (image_instantiator_format_create): use it.
|
|
1640
|
|
1641 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
1642
|
|
1643 * fns.c (Fmapc): Rename back to Fmapc_internal.
|
|
1644
|
|
1645 1999-07-30 Gleb Arshinov <gleb@cs.stanford.edu>
|
|
1646
|
|
1647 * ntheap.h: CONST (semantically constant) name field of file_data
|
|
1648 struct
|
|
1649
|
|
1650 * unexnt.c (open_output_file): match function definition with
|
|
1651 function declaration
|
|
1652
|
|
1653 * editfns.c: #include "sysfile.h" for getcwd() prototype
|
|
1654
|
|
1655 * gif_io.c: #include "sysfile.h" for close() prototype
|
|
1656
|
|
1657 1999-09-02 Martin Buchholz <martin@xemacs.org>
|
|
1658
|
|
1659 * elhash.c:
|
|
1660 * elhash.h:
|
|
1661 Change the :type keyword to :weakness, for compatibility with the
|
|
1662 GNU Emacs 20.5 hash table implementation.
|
|
1663 Keep (but don't document) the :type keyword for compatibility.
|
|
1664 Obsolete function hash-table-type
|
|
1665 General cleanup.
|
|
1666 Define function sxhash for compatibility with Common Lisp and GNU Emacs.
|
|
1667
|
|
1668 1999-09-01 Martin Buchholz <martin@xemacs.org>
|
|
1669
|
|
1670 * floatfns.c (arith_error):
|
|
1671 * floatfns.c (range_error):
|
|
1672 * floatfns.c (range_error2):
|
|
1673 * floatfns.c (domain_error):
|
|
1674 * floatfns.c (domain_error2):
|
|
1675 * lrecord.h (LRECORDP):
|
|
1676 * console-x.h (X_ERROR_OCCURRED):
|
|
1677 * console-x.h (HANDLING_X_ERROR):
|
|
1678 * chartab.c (CATEGORYP):
|
|
1679 * buffer.h (XCHAR_OR_CHAR_INT):
|
|
1680 Remove redundant and confusing parentheses.
|
|
1681
|
|
1682 * redisplay-output.c (redisplay_clear_to_window_end):
|
|
1683 Remove redundant initialization.
|
|
1684
|
|
1685 * redisplay.h:
|
|
1686 * redisplay-msw.c:
|
|
1687 * redisplay-x.c:
|
|
1688 Move declarations of bevel_modeline() into redisplay.h.
|
|
1689
|
|
1690 1999-08-30 Olivier Galibert <galibert@pobox.com>
|
|
1691
|
|
1692 * lisp.h: Add staticpro_nodump for undumped staticpro-ing.
|
|
1693 * alloc.c: Add staticpro_nodump for undumped staticpro-ing. Add
|
|
1694 alignment information for dumped data. Enhance
|
|
1695 descriptions. Phase out Vterminal_* variables while
|
|
1696 dumping.
|
|
1697 * lrecord.h: Add chained descriptions and automagically-reset
|
|
1698 lisp_objects to the description system.
|
|
1699
|
|
1700 * console-stream.h: Declare the Vterminal_* variables.
|
|
1701
|
|
1702 * buffer.c: Don't dump Vbuffer_alist, Vbuffer_defaults and
|
|
1703 Vbuffer_local_symbols.
|
|
1704 * console.c: Don't dump Vconsole_list, Vconsole_defaults and
|
|
1705 Vconsole_local_symbols.
|
|
1706 * eval.c: Don't dump Qunbound_suspended_errors_tag.
|
|
1707 * lread.c: Don't dump Vread_buffer_stream.
|
|
1708 * lstream.c: Don't dump Vlstream_free_list[].
|
|
1709 * search.c: Don't dump last_thing_searched.
|
|
1710 * window.c: Don't dump minibuf_window and
|
|
1711 Vwindow_configuration_free_list[].
|
|
1712
|
|
1713 * faces.c: Add face description.
|
|
1714 * fns.c: Add bit_vector description.
|
|
1715 * glyphs.c: Add image specifier description.
|
|
1716 * objects.c: Add color, face and face boolean specifiers descriptions.
|
|
1717 * opaque.c: Add opaque description. Don't dump Vopaque_ptr_free_list.
|
|
1718 * rangetab.c: Add range table description.
|
|
1719 * specifier.c: Add specifier and specifier methods description.
|
|
1720 * specifier.h: Add specifier extra description support.
|
|
1721
|
|
1722 * symbols.c: Fix symbol_value_buffer_local_description.
|
|
1723
|
|
1724 * gdbinit (Lisp): Add opaque_ptr, remove opaque_list.
|
|
1725
|
|
1726 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
1727
|
|
1728 * extents.c (extent_remprop): Get extent's plist address
|
|
1729 correctly.
|
|
1730
|
|
1731 1999-08-31 Andy Piper <andy@xemacs.org>
|
|
1732
|
|
1733 * xmu.h: define Xmu/Converters.h things.
|
|
1734
|
|
1735 1999-08-31 Andy Piper <andy@xemacs.org>
|
|
1736
|
|
1737 * opaque.c (equal_opaque_ptr): define.
|
|
1738 (hash_opaque_ptr): define.
|
|
1739
|
|
1740 * xmu.h: define Xmu/Misc.h things.
|
|
1741
|
|
1742 1999-08-17 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
1743
|
|
1744 * file-coding.c (determine_real_coding_system): Treat `coding:'
|
|
1745 cookie.
|
|
1746
|
|
1747 1999-08-16 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
1748
|
|
1749 * file-coding.c (struct decoding_stream): New member `counter'.
|
|
1750 (reset_decoding_stream): Initialize `counter'.
|
|
1751 (decode_coding_ucs4): Use `counter'.
|
|
1752 (decode_coding_utf8): Likewise.
|
|
1753
|
|
1754 1999-08-31 Andy Piper <andy@xemacs.org>
|
|
1755
|
|
1756 * redisplay-output.c (redisplay_normalize_glyph_area): make sure
|
|
1757 the clip offset doesn't exceed the height we have available to
|
|
1758 show.
|
|
1759
|
|
1760 * window.h (struct window): add top_yoffset and left_xoffset for
|
|
1761 pixel scrolling.
|
|
1762 (WINDOW_TEXT_TOP_CLIP): new macro.
|
|
1763
|
|
1764 * window.c (window_scroll): add behaviour for pixel-scrolling of
|
|
1765 tall lines.
|
|
1766
|
|
1767 * redisplay.h (struct display_line): add top_clip.
|
|
1768 (DISPLAY_LINE_HEIGHT): adjust for top_clip.
|
|
1769 (DISPLAY_LINE_YPOS): ditto.
|
|
1770
|
|
1771 * redisplay.c (position_redisplay_data_type): add
|
|
1772 start_col_xoffset to prepare for pixel-based h-scrolling.
|
|
1773 (WINDOW_SCROLLED): new macro.
|
|
1774 (next_tab_position): use it.
|
|
1775 (add_glyph_rune): use new hscoll vars.
|
|
1776 (create_text_block): ditto.
|
|
1777 (generate_displayable_area): adjust off-by-one error.
|
|
1778 (regenerate_window): take top_clip into account.
|
|
1779 (regenerate_window_extents_only_changed): ditto.
|
|
1780 (regenerate_window_incrementally): ditto.
|
|
1781
|
|
1782 * redisplay-x.c (x_output_display_block): use DISPLAY_LINE_YPOS,
|
|
1783 DISPLAY_LINE_HEIGHT and DISPLAY_LINE_YEND macros.
|
|
1784 (x_output_string): ditto.
|
|
1785 (x_output_blank): ditto.
|
|
1786 (x_output_hline): ditto.
|
|
1787 (x_output_eol_cursor): ditto.
|
|
1788
|
|
1789 * redisplay-output.c (output_display_line): allow for
|
|
1790 top_clip. use DISPLAY_LINE_YPOS, DISPLAY_LINE_HEIGHT and
|
|
1791 DISPLAY_LINE_YEND macros.
|
|
1792 (redisplay_output_layout): output strings in layouts correctly.
|
|
1793 (redisplay_clear_clipped_region): allow for top_clip.
|
|
1794 (redisplay_calculate_display_boxes): ditto.
|
|
1795
|
|
1796 * redisplay-msw.c (mswindows_output_blank): use DISPLAY_LINE_YPOS,
|
|
1797 DISPLAY_LINE_HEIGHT and DISPLAY_LINE_YEND macros.
|
|
1798 (mswindows_output_cursor): ditto.
|
|
1799 (mswindows_output_string): ditto.
|
|
1800 (mswindows_redraw_exposed_window): ditto.
|
|
1801 (mswindows_output_display_block): ditto.
|
|
1802
|
|
1803 * gutter.c: new specifier type gutter-size.
|
|
1804 (gutter_size_validate): validate gutter-size specifier.
|
|
1805 (Fgutter_size_specifier_p): predicate for gutter-size.
|
|
1806 (Fredisplay_gutter_area): allow the gutter area to be redisplayed
|
|
1807 under user contol, like Fredisplay_echo_area.
|
|
1808 (syms_of_gutter): add new functions.
|
|
1809 (specifier_type_create_gutter): add new specifier.
|
|
1810 (specifier_vars_of_gutter): change specifier types of *-height to
|
|
1811 gutter-size.
|
|
1812
|
|
1813 * glyphs.c (glyph_width): make work with image instances.
|
|
1814
|
|
1815 * console.h (struct console_methods): change api of output_string.
|
|
1816
|
|
1817 * glyphs-x.c (x_map_subwindow): move before mapping as reported by
|
|
1818 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
1819
|
|
1820 1999-08-30 Andy Piper <andy@xemacs.org>
|
|
1821
|
|
1822 * glyphs-x.c (x_finalize_image_instance): X_MASK -> PIXMAP_MASK
|
|
1823 for assignment.
|
|
1824 (init_image_instance_from_x_image): ditto.
|
|
1825 (x_xpm_instantiate): ditto.
|
|
1826 (x_colorize_image_instance): ditto. Reported by Richard Cognot
|
|
1827 <cognot@ensg.u-nancy.fr>
|
|
1828
|
|
1829 1999-08-29 Andy Piper <andy@xemacs.org>
|
|
1830
|
|
1831 * glyphs-x.c (x_widget_instantiate): move font initialisation so
|
|
1832 that it doesn't get saved in the user defined args.
|
|
1833 (x_tab_control_instantiate): Set the fg color of the tab's
|
|
1834 children.
|
|
1835 (x_tab_control_set_property): ditto.
|
|
1836
|
|
1837 1999-08-27 Damon Lipparelli <lipp@primus.com>
|
|
1838
|
|
1839 * events.h (XTIMEOUT): must preface Lisp_Timeout with ``struct''
|
|
1840 (XSETTIMEOUT): fixup typo
|
|
1841
|
|
1842 1999-08-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1843
|
|
1844 * syntax.c (scan_words): Unified Mule and Non-mule scanning.
|
|
1845 Word boundary search looks back instead of forward so that it
|
|
1846 doesn't peek over the limit.
|
|
1847
|
|
1848 1999-08-20 Olivier Galibert <galibert@pobox.com>
|
|
1849
|
|
1850 * config.h.in: Add PDUMP define.
|
|
1851 * emacs.c (Fdump_emacs): Hackish, call pdump() if configured in.
|
|
1852
|
|
1853 * lrecord.h: Enhance description system.
|
|
1854 * alloc.c: Fix vector and string description. Add portable
|
|
1855 dumper enumeration fonctions.
|
|
1856
|
|
1857 * symbols.c: Fix symbols description. Add symbol_value_forward
|
|
1858 description.
|
|
1859 * eval.c: Add subr description.
|
|
1860 * elhash.c (CLEAR_HENTRY): Clean value pointer too. Fix hash
|
|
1861 table description.
|
|
1862 (remhash_1): CLEAR_HENTRY evaluates the parameter two times now.
|
|
1863
|
|
1864 1999-08-20 Olivier Galibert <galibert@pobox.com>
|
|
1865
|
|
1866 * opaque.c: Kill opaque lists, make Lisp_Opaque_Ptr a lrecord of
|
|
1867 its own.
|
|
1868 * opaque.h: Ditto.
|
|
1869
|
|
1870 * eval.c (eval_in_buffer_trapping_errors):
|
|
1871 (run_hook_trapping_errors):
|
|
1872 (safe_run_hook_trapping_errors):
|
|
1873 (call0_trapping_errors):
|
|
1874 (call1_trapping_errors):
|
|
1875 (call2_trapping_errors): OPAQUEP -> OPAQUE_PTRP. make_opaque_ptr
|
|
1876 now takes a non-const void *.
|
|
1877
|
|
1878 1999-08-20 Olivier Galibert <galibert@pobox.com>
|
|
1879
|
|
1880 * opaque.c: Remove make_opaque_long.
|
|
1881
|
|
1882 * opaque.h: Remove everything opaque_long related.
|
|
1883
|
|
1884 * eval.c (vars_of_eval): Make Qunbound_suspended_errors_tag an
|
|
1885 opaque_ptr.
|
|
1886
|
|
1887 * emacs.c (main_1): Remove make_opaque_long from comment.
|
|
1888
|
|
1889 1999-08-20 Olivier Galibert <galibert@pobox.com>
|
|
1890
|
|
1891 * event-stream.c (mark_timeout):
|
|
1892 (print_timeout):
|
|
1893 (event_stream_generate_wakeup):
|
|
1894 (event_stream_resignal_wakeup):
|
|
1895 (event_stream_disable_wakeup):
|
|
1896 (event_stream_wakeup_pending_p):
|
|
1897 (vars_of_event_stream): Lisp_Timeout is now a lrecord.
|
|
1898
|
|
1899 * events.h (struct Lisp_Timeout): Added.
|
|
1900
|
|
1901 1999-08-24 Andy Piper <andy@xemacs.org>
|
|
1902
|
|
1903 * console-x.h: declare new pixmap signatures.
|
|
1904
|
|
1905 1999-08-23 Andy Piper <andy@xemacs.org>
|
|
1906
|
|
1907 * glyphs-x.c (x_update_subwindow): make sure the widget size is
|
|
1908 maintained after an update.
|
|
1909
|
|
1910 * event-Xt.c (emacs_Xt_handle_magic_event): use
|
|
1911 find_matching_subwindow to check whether the exposure is totally
|
|
1912 inside a subwindow, if it is then ignore it.
|
|
1913
|
|
1914 * glyphs.c (find_matching_subwindow): new function.
|
|
1915
|
|
1916 * toolbar-x.c (x_draw_blank_toolbar_button): use new
|
|
1917 x_output_shadows signature.
|
|
1918 (x_output_toolbar_button): use new x_output_x_pixmap signature.
|
|
1919
|
|
1920 * redisplay.h (struct display_box): new structure.
|
|
1921 (struct display_glyph_area): ditto.
|
|
1922 declare new display_box functions.
|
|
1923
|
|
1924 * redisplay-x.c (x_output_pixmap): update for new display
|
|
1925 box stuff.
|
|
1926 (x_bevel_area): update to allow multiple edge styles and border
|
|
1927 segments.
|
|
1928 (x_output_display_block): update for new display_box stuff and
|
|
1929 signatures.
|
|
1930 (x_clear_region): ditto.
|
|
1931 (x_output_x_pixmap): ditto. adjust offsets rather than clip.
|
|
1932 (console_type_create_redisplay_x): declare new console methods.
|
|
1933 (x_output_vertical_divider): update for new bevel_area signature.
|
|
1934 (x_output_shadows): update to allow selective drawing of edges.
|
|
1935
|
|
1936 * redisplay-tty.c (tty_output_display_block): do nothing for
|
|
1937 layouts.
|
|
1938
|
|
1939 * redisplay-output.c (redisplay_output_subwindow): convert to use
|
|
1940 display_box structure, this allows us to put subwindows anywhere
|
|
1941 with any offset, useful for layout glyphs.
|
|
1942 (redisplay_output_layout): new function. output a layout and its
|
|
1943 sub-glyphs.
|
|
1944 (redisplay_output_pixmap): new modular function combining generic
|
|
1945 parts of the X and mswindows versions. convert to use display_box
|
|
1946 structures.
|
|
1947 (redisplay_clear_clipped_region): new function. clear the area a
|
|
1948 glyph is going into.
|
|
1949 (redisplay_normalize_glyph_area): new function. calculate the
|
|
1950 bounds of a display_glyph_area given a display_box.
|
|
1951 (redisplay_normalize_display_box): new function. shrink a
|
|
1952 display_box to enclose a display_glyph_area.
|
|
1953 (redisplay_display_boxes_in_window_p): check whether the input
|
|
1954 display_box and display_glyph_area are actually in a window.
|
|
1955 (redisplay_calculate_display_boxes): calculate display boxes based
|
|
1956 on conventional display_line metrics.
|
|
1957 (bevel_modeline): update for new bevel_area signature.
|
|
1958
|
|
1959 * redisplay-msw.c (mswindows_output_blank): update for new
|
|
1960 display_box stuff.
|
|
1961 (mswindows_output_string): ditto.
|
|
1962 (mswindows_output_dibitmap): ditto.
|
|
1963 (mswindows_output_dibitmap_region): ditto.
|
|
1964 (mswindows_output_pixmap): ditto.
|
|
1965 (mswindows_bevel_area): update to allow multiple edge styles and
|
|
1966 border segments.
|
|
1967 (mswindows_output_display_block): update for new display_box stuff
|
|
1968 and signatures.
|
|
1969 (mswindows_clear_region): ditto.
|
|
1970 (console_type_create_redisplay_mswindows): declare new console methods.
|
|
1971
|
|
1972 * lisp.h (edge_style): new enum.
|
|
1973 declare display_box and display_glyph_area.
|
|
1974
|
|
1975 * gutter.c (output_gutter): update for new bevel_area signature.
|
|
1976
|
|
1977 * glyphs.h (image_instance_type): add layout.
|
|
1978 (IMAGE_LAYOUT_MASK): ditto.
|
|
1979 (LAYOUT_IMAGE_INSTANCEP): new macro.
|
|
1980 (CHECK_LAYOUT_IMAGE_INSTANCE): ditto.
|
|
1981 (struct Lisp_Image_Instance): add offsets for layout and the
|
|
1982 layout type itself. move mask here also.
|
|
1983 (IMAGE_INSTANCE_LAYOUT_CHILDREN): new macro.
|
|
1984 (IMAGE_INSTANCE_LAYOUT_BORDER): ditto.
|
|
1985 (XIMAGE_INSTANCE_LAYOUT_CHILDREN): ditto.
|
|
1986 (XIMAGE_INSTANCE_LAYOUT_BORDER): ditto.
|
|
1987
|
|
1988 * glyphs.c (mark_image_instance): update for layouts.
|
|
1989 (print_image_instance): ditto.
|
|
1990 (image_instance_equal): ditto.
|
|
1991 (image_instance_hash): ditto.
|
|
1992 (allocate_image_instance): initialise offsets for layout.
|
|
1993 (decode_image_instance_type): update for layouts.
|
|
1994 (encode_image_instance_type): ditto.
|
|
1995 (Fimage_instance_height): ditto.
|
|
1996 (Fimage_instance_width): ditto.
|
|
1997 (allocate_glyph): ditto.
|
|
1998 (glyph_width): allow image instances as an argument. update for layouts.
|
|
1999 (glyph_height_internal): ditto.
|
|
2000 (syms_of_glyphs): add layout symbols.
|
|
2001
|
|
2002 * glyphs-x.h (struct x_image_instance_data): remove mask entry.
|
|
2003 (IMAGE_INSTANCE_X_MASK): update.
|
|
2004
|
|
2005 * glyphs-x.c (x_label_instantiate): new function. instantiate a
|
|
2006 label.
|
|
2007 (image_instantiator_format_create_glyphs_x): initialise new layout
|
|
2008 glyph type.
|
|
2009
|
|
2010 * glyphs-widget.c: new layout type.
|
|
2011 (check_valid_orientation): new keyword checker for layouts.
|
|
2012 (check_valid_justification): ditto.
|
|
2013 (check_valid_border): ditto.
|
|
2014 (check_valid_glyph_or_image_list): ditto.
|
|
2015 (layout_possible_dest_types): new function for layout glyph type.
|
|
2016 (layout_normalize): ditto.
|
|
2017 (layout_instantiate): ditto.
|
|
2018 (syms_of_glyphs_widget): new keywords for layout.
|
|
2019 (image_instantiator_format_create_glyphs_widget): initialise the
|
|
2020 layout glyph type.
|
|
2021
|
|
2022 * glyphs-msw.h (struct mswindows_image_instance_data): remove mask
|
|
2023 argument.
|
|
2024 (IMAGE_INSTANCE_MSWINDOWS_MASK): update.
|
|
2025
|
|
2026 * glyphs-msw.c: declare layout format.
|
|
2027 (image_instantiator_format_create_glyphs_mswindows): initialise it.
|
|
2028
|
|
2029 * general.c: new symbols for layouts.
|
|
2030
|
|
2031 * console.h (struct console_methods): new console methods for
|
|
2032 outputting pixmaps and strings.
|
|
2033
|
|
2034 1999-08-23 Didier Verna <verna@inf.enst.fr>
|
|
2035
|
|
2036 * sound.c: revert the renaming of `bell_volume' to `Vbell_volume'
|
|
2037 and `bell_inhibit_time' to `Vbell_inhibit_time'.
|
|
2038
|
|
2039 1999-08-18 Andy Piper <andy@xemacs.org>
|
|
2040
|
|
2041 * redisplay-output.c (redisplay_output_subwindow): disable
|
|
2042 clipping attempt.
|
|
2043
|
|
2044 1999-08-17 Andy Piper <andy@xemacs.org>
|
|
2045
|
|
2046 * gutter.c (redraw_exposed_gutter): handle degenerate case of no
|
|
2047 area to expose or no gutter to display.
|
|
2048
|
|
2049 1999-08-16 Charles G Waldman <cgw@fnal.gov>
|
|
2050
|
|
2051 * sound.c: rename `bell_volume' to `Vbell_volume' and
|
|
2052 `bell_inhibit_time' to `Vbell_inhibit_time'.
|
|
2053
|
|
2054 1999-08-13 Charles G Waldman <cgw@fnal.gov>
|
|
2055
|
|
2056 * sound.c: (bell-inhibit-time): New variable.
|
|
2057 (ding): Use it.
|
|
2058 (sound-alist): Fix docstring.
|
|
2059
|
|
2060 1999-08-17 Andy Piper <andy@xemacs.org>
|
|
2061
|
|
2062 * gui-x.c (button_item_to_widget_value): xstrdup name so that
|
|
2063 deleting it is ok.
|
|
2064
|
|
2065 1999-08-16 Jeff Miller <jmiller@smart.net>
|
|
2066
|
|
2067 * syntax.c (scan_words): make compile.
|
|
2068
|
|
2069 1999-08-16 Andy Piper <andy@xemacs.org>
|
|
2070
|
|
2071 * redisplay-output.c (redisplay_output_subwindow): try and be more
|
|
2072 relaxed about clipping possibilities.
|
|
2073
|
|
2074 * glyphs-x.c (x_tab_control_set_property): free_widget_value_tree
|
|
2075 rather than just the widget_value.
|
|
2076 (x_update_subwindow): ditto.
|
|
2077 (x_widget_instantiate): ditto.
|
|
2078
|
|
2079 * gutter.c (output_gutter): shrink current display lines if
|
|
2080 required.
|
|
2081
|
|
2082 1999-08-15 Andy Piper <andy@xemacs.org>
|
|
2083
|
|
2084 * redisplay.h: declare free_display_lines.
|
|
2085
|
|
2086 * redisplay.c (free_display_lines): make non-static.
|
|
2087
|
|
2088 * gutter.c (free_frame_gutters): use free_display_lines instead of
|
|
2089 Dynarr_free.
|
|
2090 (calculate_gutter_size): ditto.
|
|
2091
|
|
2092 1999-08-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2093
|
|
2094 * eval.c (run_hook_with_args_in_buffer): GCPRO globals.
|
|
2095
|
|
2096 1999-08-14 Andy Piper <andy@xemacs.org>
|
|
2097
|
|
2098 * glyphs.c (update_subwindow_cachel): make it less brittle.
|
|
2099
|
|
2100 1999-08-04 Mike Woolley <mike@bulsara.com>
|
|
2101
|
|
2102 * scrollbar-msw.c (mswindows_handle_mousewheel_event): Fixed
|
|
2103 problem in wheelmouse code occurring when the horizontal scrollbar
|
|
2104 is enabled but not visible.
|
|
2105
|
|
2106 1999-08-08 Andy Piper <andyp@beasys.com>
|
|
2107
|
|
2108 * toolbar-msw.c (mswindows_redraw_frame_toolbars): new function.
|
|
2109 (console_type_create_toolbar_mswindows): use it.
|
|
2110
|
|
2111 * glyphs.c (Fset_image_instance_property): fiddly reorganisation.
|
|
2112
|
|
2113 * redisplay-output.c (redisplay_output_display_block): unmap
|
|
2114 subwindows in the block area before outputting the block.
|
|
2115
|
|
2116 * event-msw.c (mswindows_wnd_proc): check the update rect before
|
|
2117 painting and disable expose registration while painting.
|
|
2118
|
|
2119 * glyphs.c (register_ignored_expose): check
|
|
2120 hold_ignored_expose_registration before registering expose events.
|
|
2121
|
|
2122 * redisplay.c (redisplay_frame): reset the subwindow cache before
|
|
2123 displaying the gutter.
|
|
2124
|
|
2125 * glyphs-msw.c (mswindows_map_subwindow): move the window before
|
|
2126 mapping.
|
|
2127
|
|
2128 * gutter.c (update_frame_gutters): check for glyphs_changed as if
|
|
2129 it is the subwindow cache will have been reset.
|
|
2130
|
|
2131 1999-08-06 Andy Piper <andyp@beasys.com>
|
|
2132
|
|
2133 * gui-x.c (button_item_to_widget_value): cope with strings.
|
|
2134
|
|
2135 * glyphs.h: declare global widget functions.
|
|
2136 (IIFORMAT_HAS_SHARED_DEVMETHOD): new macro.
|
|
2137
|
|
2138 * glyphs-x.c (x_combo_box_instantiate): do generic initialization
|
|
2139 here. remove dead code.
|
|
2140 (image_instantiator_format_create_glyphs_x): enable combo boxes
|
|
2141 for Motif 2.0.
|
|
2142
|
|
2143 * glyphs-widget.c (widget_instantiate_1): make non-static.
|
|
2144 (tree_view_instantiate): renamed from combo_box_instantiate.
|
|
2145 (image_instantiator_format_create_glyphs_widget): use new/changed methods.
|
|
2146
|
|
2147 * glyphs-msw.c (mswindows_combo_box_instantiate): do generic
|
|
2148 initialization here.
|
|
2149
|
|
2150 * lwlib-Xm.c (xm_update_combo_box): new function.
|
|
2151 (xm_update_one_widget): call it.
|
|
2152 (xm_update_one_value): deal with combo boxes as well as lists.
|
|
2153 (xm_create_combo_box): create a drop-down combo box.
|
|
2154
|
|
2155 * toolbar-msw.c (mswindows_output_toolbar): call
|
|
2156 mswindows_move_toolbar.
|
|
2157
|
|
2158 1999-08-05 Andy Piper <andyp@beasys.com>
|
|
2159
|
|
2160 * window.c (Fcurrent_pixel_column): new function. use display
|
|
2161 lines to calculate pixel position of point.
|
|
2162 * window.c (syms_of_window): declare it.
|
|
2163
|
|
2164 1999-08-05 Andy Piper <andy@xemacs.org>
|
|
2165
|
|
2166 * glyphs.c (check_for_ignored_expose): ignore exposures wholly
|
|
2167 contained in our ignore list.
|
|
2168
|
|
2169 * buffer.c (Frecord_buffer): add call to record-buffer-hook.
|
|
2170 (syms_of_buffer): declare record-buffer-hook.
|
|
2171
|
|
2172 * s/mingw32.h: define mousewheel things.
|
|
2173
|
|
2174 1999-08-04 Mike Woolley <mike@bulsara.com>
|
|
2175
|
|
2176 * windowsnt.h (_WIN32_WINNT): enable for win95
|
|
2177
|
|
2178 * s/cygwin32.h: define mousewheel things.
|
|
2179
|
|
2180 * scrollbar-msw.h: declare mousewheel handler.
|
|
2181
|
|
2182 * scrollbar-msw.c (mswindows_handle_mousewheel_event): new function.
|
|
2183
|
|
2184 1999-08-04 Andy Piper <andy@xemacs.org>
|
|
2185
|
|
2186 * gui-x.c (gui_items_to_widget_values): remove unused variable.
|
|
2187 (gui_items_to_widget_values_1): ditto.
|
|
2188
|
|
2189 * gui-x.h: unconditionally define since it is used everywhere.
|
|
2190
|
|
2191 1999-08-04 Andy Piper <andy@xemacs.org>
|
|
2192
|
|
2193 * glyphs-x.c (x_finalize_image_instance): only free pixels if we
|
|
2194 have that type of image.
|
|
2195
|
|
2196 1999-07-30 Andy Piper <andy@xemacs.org>
|
|
2197
|
|
2198 * redisplay-output.c (redisplay_unmap_subwindows): add comparison
|
|
2199 subwindow to not unmap if required.
|
|
2200 (redisplay_unmap_subwindows_maybe): comparison is Qnil.
|
|
2201 (redisplay_unmap_subwindows_except_us): new function.
|
|
2202 (redisplay_output_subwindow): use it to unmap windows in the area
|
|
2203 we are displaying into.
|
|
2204
|
|
2205 * glyphs.c (update_subwindow_cachel_data): always update as we
|
|
2206 only ever get called when an update is required.
|
|
2207 (update_subwindow_cachel): new function. sync a subwindow with its
|
|
2208 cachel.
|
|
2209 (Fresize_subwindow): use it.
|
|
2210 (register_ignored_expose): make sure we set the tail correctly.
|
|
2211
|
|
2212 1999-07-28 Andy Piper <andy@xemacs.org>
|
|
2213
|
|
2214 * redisplay-output.c (redisplay_clear_bottom_of_window): remove
|
|
2215 unneeded device.
|
|
2216
|
|
2217 * gutter.c (redraw_exposed_gutter): unmap subwindows from the
|
|
2218 whole gutter.
|
|
2219
|
|
2220 * gui.h: declare parse_gui_item_tree_list and
|
|
2221 parse_gui_item_tree_children.
|
|
2222
|
|
2223 * gui.c (parse_gui_item_tree_item): new function for parsing item
|
|
2224 lists into gui-item trees.
|
|
2225 (parse_gui_item_tree_children): ditto.
|
|
2226 (parse_gui_item_tree_list): ditto.
|
|
2227
|
|
2228 * gui-x.h: declare gui_items_to_widget_values.
|
|
2229
|
|
2230 * gui-x.c (gui_items_to_widget_values_1): new function for
|
|
2231 recursively parsing gui-items into widget_values.
|
|
2232 (gui_item_children_to_widget_values): ditto.
|
|
2233 (gui_items_to_widget_values): ditto.
|
|
2234 (sanity_check_lwlib): add widgets macrolets.
|
|
2235
|
|
2236 * glyphs.h (IMAGE_INSTANCE_WIDGET_ITEMS): rename from *ITEM.
|
|
2237 (XIMAGE_INSTANCE_WIDGET_ITEMS): ditto.
|
|
2238 (IMAGE_INSTANCE_WIDGET_ITEM): rename from *SINGLE_ITEM.
|
|
2239 (XIMAGE_INSTANCE_WIDGET_ITEM): ditto.
|
|
2240 (struct expose_ignore): new structure for storing ignorable expose
|
|
2241 events.
|
|
2242
|
|
2243 * glyphs.c (valid_image_instantiator_format_p): fix so that using
|
|
2244 a console-type as a locale works.
|
|
2245 (mark_image_instance): ITEM->ITEMS.
|
|
2246 (image_instance_equal): ditto.
|
|
2247 (image_instance_hash): ditto.
|
|
2248 (struct expose_ignore_blocktype): new blocktype.
|
|
2249 (check_for_ignored_expose): new function. checks frame exposure
|
|
2250 list for events to ignore.
|
|
2251 (register_ignored_expose): new function. registers an expose event
|
|
2252 as ignorable.
|
|
2253 (unmap_subwindow): register the expose event as ignorable.
|
|
2254 (vars_of_glyphs): initialise the exposure blocktype.
|
|
2255
|
|
2256 * glyphs-x.c (x_finalize_image_instance): use lw_destroy_widget.
|
|
2257 (x_update_subwindow): modify all widgets using widget_value tree
|
|
2258 rather than just a single widget value.
|
|
2259 (x_widget_instantiate): LWLIB_USES_MOTIF -> LWLIB_WIDGETS_MOTIF.
|
|
2260 make sure widgets don't resize themselves.
|
|
2261 (x_tab_control_instantiate): new function. use lwlib tab functions.
|
|
2262 (x_tab_control_set_property): new function.
|
|
2263 (image_instantiator_format_create_glyphs_x): add tab_control.
|
|
2264
|
|
2265 * glyphs-widget.c (widget_text_to_pixel_conversion): calculate
|
|
2266 slightly more sensibly.
|
|
2267 (initialize_widget_image_instance): ITEM->ITEMS.
|
|
2268 (widget_instantiate_1): parse gui items generically into the ITEMS
|
|
2269 entry.
|
|
2270
|
|
2271 * glyphs-msw.c (mswindows_update_subwindow): replace
|
|
2272 SINGLE_ITEM->ITEM.
|
|
2273 (mswindows_register_widget_instance): ditto.
|
|
2274 (add_tree_item): modify to use new pre-initialised gui-item
|
|
2275 structure.
|
|
2276 (add_tab_item): ditto.
|
|
2277 (mswindows_tab_control_instantiate): ditto.
|
|
2278 (mswindows_tab_control_set_property): ditto.
|
|
2279 (image_instantiator_format_create_glyphs_mswindows): predicate
|
|
2280 existance of widgets on HAVE_WIDGETS.
|
|
2281
|
|
2282 * frame.h (struct frame): add subwindow_exposures variables.
|
|
2283
|
|
2284 * frame.c (allocate_frame_core): reset subwindow_exposures links.
|
|
2285
|
|
2286 * event-msw.c (mswindows_wnd_proc): check for ignored
|
|
2287 expose events before redrawing.
|
|
2288
|
|
2289 * event-Xt.c (emacs_Xt_handle_magic_event): check for ignored
|
|
2290 expose events before redrawing.
|
|
2291
|
|
2292 1999-07-30 SL Baur <steve@xemacs.org>
|
|
2293
|
|
2294 * scrollbar-x.c: should include EmacsFrame.h.
|
|
2295 From Jeff Miller <jmiller@smart.net>
|
|
2296
|
|
2297 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2298
|
|
2299 * XEmacs 21.2.19 is released
|
|
2300
|
|
2301 1999-07-27 Jeff Miller <jmiller@smart.net>
|
|
2302
|
|
2303 * add a "#ifdef HAVE_MENUBARS" wrapper to gui.c around
|
|
2304 menubar_show_keybindings.
|
|
2305
|
|
2306 1999-07-23 SL Baur <steve@miho>
|
|
2307
|
|
2308 * mule-charset.c (syms_of_mule_charset): Delete duplicated
|
|
2309 definition of Qccl_program.
|
|
2310
|
|
2311 * mule-ccl.h: Make a global declaration of it here.
|
|
2312
|
|
2313 1999-07-20 Bob Weiner <weiner@beopen.com>
|
|
2314
|
|
2315 * s/sco7.h: Added from rr@sco.com.
|
|
2316
|
|
2317 1999-06-25 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
2318
|
|
2319 * mule-ccl.c (ccl_driver): Fix `CCL_WriteMultibyteChar2'.
|
|
2320
|
|
2321 1999-06-24 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
2322
|
|
2323 * file-coding.c (mule_decode): Setup `str->ccl.last_block'.
|
|
2324 (mule_encode): Likewise.
|
|
2325
|
|
2326 * mule-ccl.c (Qccl_program): New variable.
|
|
2327 (CCL_SUSPEND): New macro.
|
|
2328 (CCL_INVALID_CMD): New macro.
|
|
2329 (CCL_READ_CHAR): Don't regard as invalid command while processing
|
|
2330 the last block even if input is empty; use
|
|
2331 `CCL_STAT_SUSPEND_BY_SRC' instead of `CCL_STAT_SUSPEND'.
|
|
2332 (vars_of_mule_ccl): Setup `Qccl_program' and `Qccl_program_idx'.
|
|
2333
|
|
2334 * mule-ccl.h (CCL_STAT_SUCCESS): Moved from mule-ccl.c.
|
|
2335 (CCL_STAT_SUSPEND_BY_SRC): Imported from Emacs 20.3.10.
|
|
2336 (CCL_STAT_SUSPEND_BY_DST): Likewise.
|
|
2337 (CCL_STAT_INVALID_CMD): Moved from mule-ccl.c; change value from 2.
|
|
2338 (CCL_STAT_QUIT): Moved from mule-ccl.c; change value from 3.
|
|
2339
|
|
2340 1999-05-04 Ken'ichi Handa <handa@gnu.org>
|
|
2341
|
|
2342 * mule-ccl.h (struct ccl_program): New member stack_idx.
|
|
2343
|
|
2344 * mule-ccl.c (ccl_prog_stack_struct): Declare it as static.
|
|
2345 (ccl_driver): Setup stack_idx and ccl_prog correctly. Update them
|
|
2346 before returing.
|
|
2347 (setup_ccl_program): Initialize ccl->stack_idx to 0.
|
|
2348
|
|
2349 1998-10-12 Kenichi Handa <handa@etl.go.jp>
|
|
2350
|
|
2351 * mule-ccl.c (CCL_DECODE_SJIS, CCL_ENCODE_SJIS): Swap the
|
|
2352 definitions.
|
|
2353
|
|
2354 1998-08-18 Kenichi Handa <handa@etl.go.jp>
|
|
2355
|
|
2356 * mule-ccl.c (CCL_READ_CHAR): If eof is encounterd while
|
|
2357 processing the last block, don't just finish but processes eol
|
|
2358 block of the current CCL program.
|
|
2359 (ccl_driver): Add a new jump label ccl_repeat for the above
|
|
2360 change.
|
|
2361
|
|
2362 1998-04-15 Kenichi Handa <handa@etl.go.jp>
|
|
2363
|
|
2364 * mule-ccl.c: Typo in comments fixed.
|
|
2365 (Qccl_program_idx): New variables.
|
|
2366 (CCL_ReadMultibyteChar2): Macro name changed from
|
|
2367 CCL_ReadMultibyteCharacter.
|
|
2368 (CCL_WriteMultibyteChar2): Macro name changed from
|
|
2369 CCL_WriteMultibyteChar2.
|
|
2370 (ccl_driver): Adjusted for the above changes.
|
|
2371 (resolve_symbol_ccl_program): New function.
|
|
2372 (Fccl_execute): The arg CCL-PROGRAM can be a symbol of CCL
|
|
2373 program. If CCL-PRGRAM is a vector, convert symbols in it to ID
|
|
2374 numbers by resolve_symbol_ccl_program.
|
|
2375 (Fccl_execute_on_string): Likewise.
|
|
2376 (Fregister_ccl_program): If the arg CCL-PRGRAM is a vector,
|
|
2377 convert symbols in it to ID numbers by resolve_symbol_ccl_program.
|
|
2378
|
|
2379 1998-01-21 Kenichi Handa <handa@etl.go.jp>
|
|
2380
|
|
2381 * mule-ccl.h: (struct ccl_program): New member private_state.
|
|
2382
|
|
2383 * mule-ccl.c
|
|
2384 (CCL_Call): Fix the comment.
|
|
2385 (CCL_ReadMultibyteCharacter, CCL_WriteMultibyteCharacter): New
|
|
2386 macros for CCL Commands.
|
|
2387 (EXCMD): New macro.
|
|
2388 (ccl_driver): New case lable `CCL_Extention'.
|
|
2389 (setup_ccl_program): Initialize the member `private_state' of CCL.
|
|
2390
|
|
2391 1999-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
2392
|
|
2393 * keymap.c (copy_keymap_internal): Inherit the default binding.
|
|
2394
|
|
2395 1999-07-14 Kazuyuki IENAGA <kazz@imasy.or.jp>
|
|
2396
|
|
2397 * event-Xt.c (handle_focus_event_1): Re-enable Motif/XIM to get
|
|
2398 focus the event (XIM_focus_event).
|
|
2399 (emacs_Xt_handle_magic_event): No side effect on Motif/XIM because
|
|
2400 XIM_SetGeometry does nothing in input_method_motif.c, but re-unify
|
|
2401 the interface for future use (XIM_SetGeometry).
|
|
2402 * redisplay-x.c (x_output_string): Re-enable Motif/XIM to set spot
|
|
2403 location (XIM_SetSpotLocation).
|
|
2404 (x_output_eol_cursor): Ditto.
|
|
2405
|
|
2406 1999-07-17 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
2407
|
|
2408 * gdbinit (pobj): change lrecord_foo to &lrecord_foo to match
|
|
2409 Olivier's change to lrecord.h of 1999-04-22
|
|
2410
|
|
2411 1999-07-20 Robert Pluim <rpluim@bigfoot.com>
|
|
2412
|
|
2413 * gutter.c (redraw_exposed_gutter): Change type of pos from
|
|
2414 enum toolbar_pos -> enum gutter_pos, since former is only defined
|
|
2415 if toolbar support is.
|
|
2416
|
|
2417 1999-07-19 Andy Piper <andy@xemacs.org>
|
|
2418
|
|
2419 * glyphs-x.c (x_resize_subwindow): cope with widgets as well as
|
|
2420 subwindows.
|
|
2421
|
|
2422 * gutter.c (gutter_validate): new function for the gutter specifier.
|
|
2423 (specifier_type_create_gutter): declare specifier validator.
|
|
2424
|
|
2425 * buffer.h (INC_CHARBYTIND): add for no error checking version.
|
|
2426
|
|
2427 1999-07-18 Andy Piper <andy@xemacs.org>
|
|
2428
|
|
2429 * redisplay.c (add_emchar_rune): use XSTRING_DATA not string_data.
|
|
2430
|
|
2431 * glyphs-msw.c (console_type_create_glyphs_mswindows): add
|
|
2432 resize_subwindow.
|
|
2433 (mswindows_resize_subwindow): new function.
|
|
2434
|
|
2435 * gutter.c (redraw_exposed_gutter): only reset the
|
|
2436 current_display_lines if non-zero.
|
|
2437 (Fgutter_pixel_height): new function.
|
|
2438 (Fgutter_pixel_width): new function.
|
|
2439
|
|
2440 * event-msw.c (mswindows_wnd_proc): set the mask of the parameter
|
|
2441 we want to retrive from the tab control.
|
|
2442
|
|
2443 1999-07-17 Andy Piper <andy@xemacs.org>
|
|
2444
|
|
2445 * window.c (change_window_height): mark gutters changed when we're
|
|
2446 done.
|
|
2447
|
|
2448 * gutter.c (specifier_vars_of_gutter): make defaults more
|
|
2449 sensible.
|
|
2450
|
|
2451 * gutter.h (WINDOW_REAL_GUTTER_BORDER_WIDTH): adjust to be 0 for 0
|
|
2452 height gutter.
|
|
2453 (DEFAULT_GUTTER_WIDTH): change.
|
|
2454 (DEFAULT_GUTTER_BORDER_WIDTH): change.
|
|
2455
|
|
2456 1999-07-18 Andy Piper <andy@xemacs.org>
|
|
2457
|
|
2458 * redisplay.c (add_emchar_rune): use XSTRING_DATA not string_data.
|
|
2459
|
|
2460 1999-07-16 Andy Piper <andy@xemacs.org>
|
|
2461
|
|
2462 * frame.c (Fmake_frame): call init_frame_gutters().
|
|
2463
|
|
2464 * redisplay.c (add_emchar_rune): use string functions if we are
|
|
2465 working with a string.
|
|
2466 (position_redisplay_data_type): add string element.
|
|
2467
|
|
2468 1999-07-15 Andy Piper <andy@xemacs.org>
|
|
2469
|
|
2470 * winslots.h: add real_gutter_size slots to hold the actual gutter
|
|
2471 size. This is important for autodetected sizes.
|
|
2472
|
|
2473 * gutter.c (calculate_gutter_size): calculate size for gutters
|
|
2474 that have 'autodetect size.
|
|
2475
|
|
2476 * redisplay-msw.c (mswindows_output_vertical_divider): adjust
|
|
2477 extent of divider for gutters.
|
|
2478
|
|
2479 * redisplay-x.c (x_output_vertical_divider): adjust extent of
|
|
2480 divider for gutters.
|
|
2481
|
|
2482 * scrollbar.c (update_scrollbar_instance): adjust scrollbar
|
|
2483 position to take into account the gutters.
|
|
2484
|
|
2485 * redisplay.c (generate_modeline): adjust modeline position to
|
|
2486 take into account the gutters.
|
|
2487
|
|
2488 1999-07-14 Andy Piper <andy@xemacs.org>
|
|
2489
|
|
2490 * gutter.c (frame_topmost_window): new function.
|
|
2491 (frame_bottommost_window): ditto.
|
|
2492 (frame_leftmost_window): ditto.
|
|
2493 (frame_rightmost_window): ditto.
|
|
2494
|
|
2495 1999-07-13 Andy Piper <andy@xemacs.org>
|
|
2496
|
|
2497 * redisplay.c (calculate_display_line_boundaries): use text
|
|
2498 boundaries so that gutters get handled properly.
|
|
2499
|
|
2500 1999-07-12 Andy Piper <andy@xemacs.org>
|
|
2501
|
|
2502 * glyphs-x.c (x_widget_instantiate): set the font Motif-style if
|
|
2503 we're using Motif.
|
|
2504
|
|
2505 * redisplay-output.c (redisplay_clear_to_window_end): generalised
|
|
2506 from redisplay-x.c
|
|
2507
|
|
2508 * redisplay-x.c (redisplay_clear_to_window_end): moved to
|
|
2509 redisplay.c
|
|
2510
|
|
2511 * redisplay-msw.c (redisplay_clear_to_window_end): deleted.
|
|
2512
|
|
2513 * gutter.c: new file - implements gutters. All new functions are
|
|
2514 semantically equivalent to the toolbar functions.
|
|
2515 (gutter_was_visible): new function.
|
|
2516 (get_gutter_coords): ditto.
|
|
2517 (output_gutter): ditto.
|
|
2518 (clear_gutter): ditto.
|
|
2519 (update_frame_gutters): ditto.
|
|
2520 (redraw_exposed_gutter): ditto.
|
|
2521 (redraw_exposed_gutters): ditto.
|
|
2522 (free_frame_gutters): ditto.
|
|
2523 (init_frame_gutters): ditto.
|
|
2524 (decode_gutter_position): ditto.
|
|
2525 (Fset_default_gutter_position): ditto.
|
|
2526 (Fset_default_gutter_position): ditto.
|
|
2527 (Fdefault_gutter_position): ditto.
|
|
2528 (gutter_after_change): ditto.
|
|
2529 (Fgutter_specifier_p): ditto.
|
|
2530 (recompute_overlaying_specifier): ditto.
|
|
2531 (gutter_specs_changed): ditto.
|
|
2532 (default_gutter_specs_changed): ditto.
|
|
2533 (gutter_geometry_changed_in_window): ditto.
|
|
2534 (default_gutter_size_changed_in_window): ditto.
|
|
2535 (default_gutter_border_width_changed_in_window): ditto.
|
|
2536 (default_gutter_visible_p_changed_in_window): ditto.
|
|
2537 (syms_of_gutter): ditto.
|
|
2538 (vars_of_gutter): ditto.
|
|
2539 (specifier_type_create_gutter): ditto.
|
|
2540 (specifier_vars_of_gutter): ditto.
|
|
2541
|
|
2542 * gutter.h: new file. Contains gutter constants and sizing macros
|
|
2543 similar to those for the toolbar.
|
|
2544
|
|
2545 * winslots.h: add gutter variables.
|
|
2546
|
|
2547 * window.h: declare window_is_* functions.
|
|
2548
|
|
2549 * window.c (window_is_lowest): make non-static.
|
|
2550 (window_is_highest): ditto.
|
|
2551 (window_top_toolbar_height): deleted.
|
|
2552 (window_bottom_toolbar_height): deleted.
|
|
2553 (window_left_toolbar_width): deleted.
|
|
2554 (window_right_toolbar_width): deleted.
|
|
2555 (window_top_gutter_height): add gutter sizing.
|
|
2556 (window_bottom_gutter_height): ditto.
|
|
2557 (window_left_gutter_width): ditto.
|
|
2558 (window_right_gutter_width): ditto.
|
|
2559
|
|
2560 * symsinit.h: declarations for gutters vars etc.
|
|
2561
|
|
2562 * search.c (bi_find_next_emchar_in_string): new function.
|
|
2563
|
|
2564 * scrollbar.c (update_scrollbar_instance): remove reference to
|
|
2565 window_bottom_toolbar_height which did nothing.
|
|
2566
|
|
2567 * redisplay.h (struct display_line): add face indices for
|
|
2568 overriding defaults in output_display_line.
|
|
2569 Add gutter_changed flags and declarations.
|
|
2570
|
|
2571 * redisplay.c (create_string_text_block): new function, similar to
|
|
2572 create_text_block but for strings. Display tables etc are used
|
|
2573 from the currently selected window.
|
|
2574 (generate_string_display_line): ditto. Similar to
|
|
2575 generate_display_line.
|
|
2576 (generate_displayable_area): generate display lines for a given
|
|
2577 area on a frame. Input is the string, with associated extents, to
|
|
2578 display.
|
|
2579 (redisplay_frame): add gutter_changed check.
|
|
2580 (redisplay_device): ditto.
|
|
2581 (redisplay_without_hooks): ditto.
|
|
2582
|
|
2583 * redisplay-x.c (bevel_modeline): moved to redisplay.c.
|
|
2584 (x_redraw_exposed_area): redraw exposed gutters.
|
|
2585 (x_bevel_area): new redisplay device method.
|
|
2586 (x_type_create_redisplay_mswindows): add bevel_area device method.
|
|
2587 (x_output_display_block): fiddly Martin-style cleanup.
|
|
2588 (x_output_vertical_divider): use bevel_area.
|
|
2589
|
|
2590 * redisplay-output.c (output_display_line): check display_lines
|
|
2591 for face information before using defaults.
|
|
2592 (bevel_modeline): new function, calls bevel_area with appropriate
|
|
2593 values.
|
|
2594
|
|
2595 * redisplay-msw.c (bevel_modeline): moved to redisplay.c.
|
|
2596 (mswindows_redraw_exposed_area): redraw exposed gutters.
|
|
2597 (mswindows_bevel_area): new redisplay device method.
|
|
2598 (console_type_create_redisplay_mswindows): add bevel_area device
|
|
2599 method.
|
|
2600
|
|
2601 * indent.c (string_column_at_point): add column_at_point but for
|
|
2602 strings.
|
|
2603
|
|
2604 * glyphs-x.c (image_instantiator_format_create_glyphs_x): only
|
|
2605 instantiate widgets that we have a toolkit for.
|
|
2606
|
|
2607 * general.c: add Qgutter.
|
|
2608
|
|
2609 * frame.h (struct frame): add display lines for gutters and
|
|
2610 visibility flags.
|
|
2611
|
|
2612 * frame.c (set_frame_selected_window): mark gutters changed.
|
|
2613
|
|
2614 * emacs.c (main_1): add gutter initialisation.
|
|
2615
|
|
2616 * device.h (struct device): add gutter_changed flag and macros to
|
|
2617 manipulate it.
|
|
2618
|
|
2619 * console.h (struct console_methods): new bevel area redisplay
|
|
2620 method.
|
|
2621
|
|
2622 * buffer.h (REAL_INC_CHARBYTIND): new macro for strings as
|
|
2623 REAL_INC_BYTIND is for buffers.
|
|
2624 (INC_CHARPTR): ditto.
|
|
2625
|
|
2626 * Makefile.in.in (objs): add gutter.o
|
|
2627
|
|
2628 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2629
|
|
2630 * XEmacs 21.2.18 is released
|
|
2631
|
|
2632 1999-07-08 SL Baur <steve@mule.m17n.org>
|
|
2633
|
|
2634 * event-Xt.c (handle_focus_event_1): Guard FRAME_X_XIC with
|
|
2635 XIM_XLIB.
|
|
2636 (emacs_Xt_handle_magic_event): Ditto.
|
|
2637 * redisplay-x.c (x_output_string): Ditto.
|
|
2638 (x_output_eol_cursor): Ditto.
|
|
2639
|
|
2640 1999-06-30 Kazuyuki IENAGA <kazz@imasy.or.jp>
|
|
2641
|
|
2642 * event-Xt.c, input-method-xlib.c, redisplay-x.c: Avoid the
|
|
2643 problem that when XIM is destroyed or missed with some reason,
|
|
2644 xemacs will die. Now xim=xlib waits the XIM will be ready and
|
|
2645 endures the case of XIM end up.
|
|
2646
|
|
2647 1999-07-03 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
2648
|
|
2649 * tooltalk.c (init_tooltalk): save signal actions for SIGQUIT,
|
|
2650 SIGINT and SIGCHLD before calling tt_open and restore the
|
|
2651 afterwards. This fixes e.g. the zombie subprocesses on Solaris
|
|
2652
|
|
2653 1999-07-06 SL Baur <steve@xemacs.org>
|
|
2654
|
|
2655 * s/linux.h: gcc-2.8 changes for powerpc
|
|
2656 From Justin Vallon <vallon@mindspring.com>
|
|
2657
|
|
2658 1999-07-05 Didier Verna <verna@inf.enst.fr>
|
|
2659
|
|
2660 * indent.c: new symbol Qcoerce.
|
|
2661 (Fmove_to_column): use it + doc string update.
|
|
2662
|
|
2663 1999-07-04 Andy Piper <andy@xemacs.org>
|
|
2664
|
|
2665 * console.c: undo earlier Fprovide changes.
|
|
2666 * fns.c: ditto.
|
|
2667 * console.h: ditto.
|
|
2668
|
|
2669 * console-tty.c (image_instantiator_format_create_glyphs_tty): new
|
|
2670 function. validate appropriate image formats for tty.
|
|
2671
|
|
2672 * glyphs.h (INITIALIZE_IMAGE_INSTANTIATOR_FORMAT_NO_SYM):
|
|
2673 initialize consoles parameter.
|
|
2674 (struct image_instantiator_methods): add consoles parameter.
|
|
2675 (IIFORMAT_VALID_CONSOLE): new function. validate the format on the
|
|
2676 console.
|
|
2677 (INITIALIZE_DEVICE_IIFORMAT): validate the format on the given
|
|
2678 console.
|
|
2679
|
|
2680 * glyphs-msw.c: declare instantiators for later use.
|
|
2681 (image_instantiator_format_create_glyphs_mswindows): validate xpm
|
|
2682 and friends on the mswindows console.
|
|
2683 * glyphs-x.c: ditto.
|
|
2684
|
|
2685 * glyphs.c (valid_image_instantiator_format_p): disallow glyphs
|
|
2686 that have not been registered on the supplied device.
|
|
2687 (Fvalid_image_instantiator_format_p): add locale argument.
|
|
2688 (instantiate_image_instantiator): valid image instantiator on the
|
|
2689 device.
|
|
2690
|
|
2691 * symsinit.h: add image_instantiator_format_create_glyphs_tty()
|
|
2692 declaration.
|
|
2693
|
|
2694 * emacs.c (main_1): add call to
|
|
2695 image_instantiator_format_create_glyphs_tty().
|
|
2696
|
|
2697 1999-06-29 Olivier Galibert <galibert@pobox.com>
|
|
2698
|
|
2699 * lisp.h: Add #include <stddef.h>.
|
|
2700
|
|
2701 * sysdep.c: Remove #include <stddef.h>.
|
|
2702 * symbols.c: Remove #include <stddef.h>.
|
|
2703 * sheap.c: Remove #include <stddef.h>.
|
|
2704 * opaque.c: Remove #include <stddef.h>.
|
|
2705 * nt.c: Remove #include <stddef.h>.
|
|
2706 * mule-charset.c: Remove #include <stddef.h>.
|
|
2707 * marker.c: Remove #include <stddef.h>.
|
|
2708 * file-coding.c: Remove #include <stddef.h>.
|
|
2709 * extents.c: Remove #include <stddef.h>.
|
|
2710 * elhash.c: Remove #include <stddef.h>.
|
|
2711 * data.c: Remove #include <stddef.h>.
|
|
2712 * chartab.c: Remove #include <stddef.h>.
|
|
2713 * bytecode.c: Remove #include <stddef.h>.
|
|
2714 * alloc.c: Remove #include <stddef.h>. Fix vector description
|
|
2715
|
|
2716 1999-06-30 SL Baur <steve@miho.m17n.org>
|
|
2717
|
|
2718 * editfns.c: Document "%s" format spec.
|
|
2719 Suggested by Bob Weiner <weiner@altrasoft.com>
|
|
2720
|
|
2721 1999-06-29 Andy Piper <andy@xemacs.org>
|
|
2722
|
|
2723 * event-msw.c: fix definition booboo.
|
|
2724
|
|
2725 1999-06-28 Andy Piper <andy@xemacs.org>
|
|
2726
|
|
2727 * glyphs-x.c: change tree -> tree-view, progress ->
|
|
2728 progress_gauge, edit -> edit-field, tab -> tab-control, combo ->
|
|
2729 combo-box.
|
|
2730 (complex_vars_of_glyphs_x): provide-on-console the implemented
|
|
2731 widget types.
|
|
2732
|
|
2733 * glyphs-msw.c: ditto.
|
|
2734 (complex_vars_of_glyphs_mswindows): ditto.
|
|
2735
|
|
2736 * lisp.h: add Fprovide_on_console.
|
|
2737
|
|
2738 * fns.c (Ffeaturep): add extra optional console argument.
|
|
2739 (Fprovide_on_console): like Fprovide but provides only on the
|
|
2740 specified console-type.
|
|
2741 (Frequire): check console-features as well as global features.
|
|
2742
|
|
2743 * console.c (Fconsole_features): new function. return features for
|
|
2744 this console.
|
|
2745 (syms_of_console): add Fconsole_features.
|
|
2746
|
|
2747 * console.h (CONMETH_FEATURES): new function for accessing features.
|
|
2748 (CONSOLE_FEATURES): ditto.
|
|
2749 (struct console_methods): add features slot.
|
|
2750 (INITIALIZE_CONSOLE_TYPE): initialize features slot.
|
|
2751
|
|
2752 1999-06-28 Andy Piper <andy@xemacs.org>
|
|
2753
|
|
2754 * event-Xt.c (handle_focus_event_1): conditionally compile for
|
|
2755 X11R5.
|
|
2756
|
|
2757 * s/cygwin32.h: fix me website address.
|
|
2758
|
|
2759 * event-msw.c: add NMHDR for pre b20 cygwin builds.
|
|
2760
|
|
2761 * gui-x.c (button_item_to_widget_value): only add callback if it
|
|
2762 is non-nil.
|
|
2763
|
|
2764 * glyphs-x.c: add progress, edit and combo instantiators.
|
|
2765 (x_widget_set_property): new function. uses lwlib to set widget
|
|
2766 values.
|
|
2767 (x_widget_property): new function. uses lwlib to get widget
|
|
2768 values.
|
|
2769 (x_button_instantiate): support images in buttons.
|
|
2770 (x_button_property): new function. use lwlib to get the selected
|
|
2771 state.
|
|
2772 (x_progress_instantiate): new function for instantiating progress
|
|
2773 gauges.
|
|
2774 (x_progress_set_property): new function. sets the progress gauge
|
|
2775 position.
|
|
2776 (x_edit_instantiate): new function. for instantiating edit fields.
|
|
2777 (x_combo_instantiate): new function. for instantiating combo
|
|
2778 boxes.
|
|
2779 (image_instantiator_format_create_glyphs_x): add new device ii
|
|
2780 formats.
|
|
2781
|
|
2782 * glyphs-msw.c (mswindows_tab_instantiate): remove redundant var.
|
|
2783
|
|
2784 * console.h (CONSOLE_FEATURES): new features accesor.
|
|
2785
|
|
2786 * conslots.h (MARKED_SLOT): add features entry.
|
|
2787
|
|
2788 1999-06-25 Andy Piper <andy@xemacs.org>
|
|
2789
|
|
2790 * menubar-x.c (menu_item_descriptor_to_widget_value_1): use new
|
|
2791 gui functions.
|
|
2792
|
|
2793 * menubar-msw.c: move MAX_MENUITEM_LENGTH to gui.h
|
|
2794
|
|
2795 * gui.h (struct Lisp_Gui_Item): add accelerator.
|
|
2796
|
|
2797 * gui.c (gui_item_add_keyval_pair): deal with accelerators.
|
|
2798 (gui_item_init): ditto.
|
|
2799 (gui_add_item_keywords_to_plist): ditto.
|
|
2800 (mark_gui_item): ditto.
|
|
2801 (gui_item_hash): ditto.
|
|
2802 (gui_item_accelerator): new function.
|
|
2803 (gui_name_accelerator): new function stolen from gui-x.c
|
|
2804
|
|
2805 * gui-x.c (popup_selection_callback): always define. mark
|
|
2806 subwindows changed after calling a callback.
|
|
2807 (menu_name_to_accelerator): deleted.
|
|
2808 (button_item_to_widget_value): forward gui_item things to gui_item
|
|
2809 functions.
|
|
2810
|
|
2811 * glyphs-x.h (struct x_subwindow_data): add data for widgets. add
|
|
2812 appropriate accesors.
|
|
2813
|
|
2814 * glyphs-x.c: declare new glyph formats.
|
|
2815 (x_finalize_image_instance): unmanage and destroy widgets if they
|
|
2816 exist.
|
|
2817 (x_unmap_subwindow): handle widgets specially.
|
|
2818 (x_map_subwindow): ditto. offset display of widgets by offset of
|
|
2819 text widget within container.
|
|
2820 (x_update_subwindow): new function. call lw_modify_all_widgets
|
|
2821 when we are a widget.
|
|
2822 (x_widget_instantiate): new function for generically creating
|
|
2823 widgets-glyphs. toolkit specifics forwarded to lwlib.
|
|
2824 (x_button_instantiate): new function for instantiating
|
|
2825 widgets-glyph buttons.
|
|
2826 (console_type_create_glyphs_x): register update_subwindow.
|
|
2827 (image_instantiator_format_create_glyphs_x): register widget and
|
|
2828 button types.
|
|
2829
|
|
2830 * event-msw.c (mswindows_wnd_proc): remove redundant variable.
|
|
2831
|
|
2832 * event-Xt.c (x_event_to_emacs_event): call handle_focus_event_1
|
|
2833 when we get a button press in case we do not have the focus.
|
|
2834 (handle_focus_event_1): set the keyboard focus to the text widget
|
|
2835 if we do not have it.
|
|
2836
|
|
2837 * dialog-x.c (dbox_descriptor_to_widget_value): use new gui_item
|
|
2838 functions.
|
|
2839
|
|
2840 1999-06-24 SL Baur <steve@miho.m17n.org>
|
|
2841
|
|
2842 * syntax.c (scan_words): Restore non-Mule code.
|
|
2843 (word_constituent_p): Restore.
|
|
2844
|
|
2845 1999-06-23 Olivier Galibert <galibert@pobox.com>
|
|
2846
|
|
2847 * config.h.in: Add missing #undef *_USER_DEFINED.
|
|
2848
|
|
2849 1999-06-23 SL Baur <steve@miho.m17n.org>
|
|
2850
|
|
2851 * lisp.h (set_bit_vector_bit): Force promotion to unsigned long
|
|
2852 int (fixes a 64-bit problem).
|
|
2853
|
|
2854 * chartab.c (word_boundary_p): Use EQ not == for lisp_object
|
|
2855 comparison.
|
|
2856
|
|
2857 1999-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2858
|
|
2859 * paths.h.in (PATH_DOC): Made doc-directory configurable.
|
|
2860
|
|
2861 1999-06-22 Olivier Galibert <galibert@pobox.com>
|
|
2862
|
|
2863 * lrecord.h: Added basic external description system.
|
|
2864
|
|
2865 * symbols.c: Added symbol, symbol-value-buffer-local,
|
|
2866 symbol-value-lisp-magic and symbol-value-varalias description.
|
|
2867 * mule-charset.c: Added charset description.
|
|
2868 * marker.c: Added marker description.
|
|
2869 * keymap.c: Added keymap description.
|
|
2870 * glyphs.c: Added glyph description.
|
|
2871 * floatfns.c: Added float description.
|
|
2872 * file-coding.c: Added coding-system description.
|
|
2873 * extents.c: Added extent description.
|
|
2874 * elhash.c: Added hash-table description.
|
|
2875 * data.c: Added weak-list desciption.
|
|
2876 * chartab.c: Added char-table-entry and char-table description.
|
|
2877 * bytecode.c: Added compiled-function description.
|
|
2878 * alloc.c: Added cons, vector and string description.
|
|
2879
|
|
2880 1999-06-22 Olivier Galibert <galibert@pobox.com>
|
|
2881
|
|
2882 * lrecord.h (struct lrecord_header): Reduced size to 4 bytes.
|
|
2883 Updated everything to the removal of the "flags" substructure.
|
|
2884
|
|
2885 * lisp.h (subr_lheader_initializer): Updated.
|
|
2886 * symeval.h (symbol_value_forward_lheader_initializer): Updated.
|
|
2887
|
|
2888 1999-06-20 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
2889
|
|
2890 * syntax.c (word_constituent_p): Deleted.
|
|
2891 (scan_words): Use `WORD_BOUNDARY_P'.
|
|
2892
|
|
2893 * chartab.c (Vword_combining_categories): New variable.
|
|
2894 (Vword_separating_categories): Likewise.
|
|
2895 (CATEGORYP): New macro.
|
|
2896 (CATEGORY_SET): Likewise.
|
|
2897 (CATEGORY_MEMBER): Likewise.
|
|
2898 (word_boundary_p): New function.
|
|
2899 (complex_vars_of_chartab): Set up new variable
|
|
2900 `word-combining-categories' and `word-separating-categories'.
|
|
2901
|
|
2902 1999-06-18 Olivier Galibert <galibert@pobox.com>
|
|
2903
|
|
2904 * lrecord.h: Added description as a placehold in the lrecord
|
|
2905 implementation structures. Added the parameter to all constructor
|
|
2906 defines.
|
|
2907
|
|
2908 * alloc.c: Added placeholders.
|
|
2909 * buffer.c: Ditto.
|
|
2910 * bytecode.c: Ditto.
|
|
2911 * chartab.c: Ditto.
|
|
2912 * console.c: Ditto.
|
|
2913 * data.c: Ditto.
|
|
2914 * database.c: Ditto.
|
|
2915 * device.c: Ditto.
|
|
2916 * eldap.c: Ditto.
|
|
2917 * elhash.c: Ditto.
|
|
2918 * eval.c: Ditto.
|
|
2919 * event-stream.c: Ditto.
|
|
2920 * events.c: Ditto.
|
|
2921 * extents.c: Ditto.
|
|
2922 * faces.c: Ditto.
|
|
2923 * file-coding.c: Ditto.
|
|
2924 * floatfns.c: Ditto.
|
|
2925 * fns.c: Ditto.
|
|
2926 * frame.c: Ditto.
|
|
2927 * glyphs.c: Ditto.
|
|
2928 * gui-x.c: Ditto.
|
|
2929 * keymap.c: Ditto.
|
|
2930 * lstream.c: Ditto.
|
|
2931 * marker.c: Ditto.
|
|
2932 * mule-charset.c: Ditto.
|
|
2933 * objects.c: Ditto.
|
|
2934 * opaque.c: Ditto.
|
|
2935 * process.c: Ditto.
|
|
2936 * rangetab.c: Ditto.
|
|
2937 * specifier.c: Ditto.
|
|
2938 * symbols.c: Ditto.
|
|
2939 * toolbar.c: Ditto.
|
|
2940 * tooltalk.c: Ditto.
|
|
2941 * window.c: Ditto.
|
|
2942
|
|
2943 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2944
|
|
2945 * XEmacs 21.2.17 is released
|
|
2946
|
|
2947 1999-06-13 Oscar Figueiredo <oscar@xemacs.org>
|
|
2948
|
|
2949 * config.h.in (HAVE_LDAP_SET_OPTION): New define
|
|
2950 (HAVE_LDAP_GET_LDERRNO): Ditto
|
|
2951 (HAVE_LDAP_RESULT2ERROR): Ditto
|
|
2952 (HAVE_LDAP_PARSE_RESULT): Ditto
|
|
2953 (HAVE_UMICH_LDAP): Removed
|
|
2954 (HAVE_NS_LDAP): Removed
|
|
2955
|
|
2956 * eldap.h (struct Lisp_LDAP): Removed the `livep' member as
|
|
2957 suggested by Olivier Galibert
|
|
2958 (CHECK_LIVE_LDAP): Test on `ld' instead of `livep'
|
|
2959
|
|
2960 * eldap.c: Take the removal of `livep' into account in all the
|
|
2961 necessary functions
|
|
2962 (signal_ldap_error): Take two additional parameters
|
|
2963 Added new finer compilation conditions in order to use
|
|
2964 ldap_parse_result or ldap_result2error if available
|
|
2965 (Fldap_open): Conform to this new API
|
|
2966 (Fldap_search_internal): Ditto
|
|
2967
|
|
2968 1999-06-17 SL Baur <steve@miho.m17n.org>
|
|
2969
|
|
2970 * data.c (struct int_or_double): Should use EMACS_INT not int.
|
|
2971
|
|
2972 1999-06-16 Norbert Koch <n.koch@eai-delta.de>
|
|
2973
|
|
2974 * redisplay-msw.c: Run 'ccl_driver' with 'CCL_MODE_ENCODING' as in
|
|
2975 redisplay-x.c
|
|
2976
|
|
2977 1999-06-12 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
2978
|
|
2979 * redisplay-x.c (separate_textual_runs): Run `ccl_driver' with
|
|
2980 `CCL_MODE_ENCODING'.
|
|
2981
|
|
2982 * file-coding.c (mule_decode): Run `ccl_driver' with
|
|
2983 `CCL_MODE_DECODING'.
|
|
2984 (mule_encode): Run `ccl_driver' with `CCL_MODE_ENCODING'.
|
|
2985
|
|
2986 * mule-ccl.c (CCL_WRITE_CHAR): Refer `conversion_mode'.
|
|
2987 (ccl_driver): Add new argument `conversion_mode'.
|
|
2988 (Fccl_execute): Run `ccl_driver' with `CCL_MODE_ENCODING'.
|
|
2989 (Fccl_execute_on_string): Likewise [perhaps it is better to add
|
|
2990 new optional argument].
|
|
2991
|
|
2992 * mule-ccl.h (CCL_MODE_ENCODING): New macro.
|
|
2993 (CCL_MODE_DECODING): New macro.
|
|
2994 (ccl_driver): Add new argument `conversion_mode'.
|
|
2995
|
|
2996 1999-06-15 SL Baur <steve@miho.m17n.org>
|
|
2997
|
|
2998 * mule-charset.c (Fsplit_char): New subr.
|
|
2999 (Fchar_octet): delete.
|
|
3000 (syms_of_mule_charset): DEFSUBR it.
|
|
3001
|
|
3002 1999-06-13 Andy Piper <andy@xemacs.org>
|
|
3003
|
|
3004 * menubar.h: update declarations involving gui_items.
|
|
3005
|
|
3006 * lisp.h: declare Lisp_Gui_Item.
|
|
3007
|
|
3008 * glyphs.h (struct Lisp_Image_Instance): update type of gui_item.
|
|
3009
|
|
3010 * glyphs.c (mark_image_instance): modify for new lisp-based gui_items.
|
|
3011 (print_image_instance): ditto.
|
|
3012 (image_instance_equal): ditto.
|
|
3013 (image_instance_hash): ditto.
|
|
3014
|
|
3015 * event-msw.c (mswindows_need_event): assert badly_p status.
|
|
3016 (mswindows_wnd_proc): modify WM_NOTIFY handling to cope with
|
|
3017 callbacks in tree-view and tab-control widgets.
|
|
3018 (emacs_mswindows_next_event): modify use of
|
|
3019 mswindows_dequeue_dispatch_event.
|
|
3020
|
|
3021 * dialog-msw.c (mswindows_popup_dialog_box): modify for new
|
|
3022 lisp-based gui_items.
|
|
3023
|
|
3024 * glyphs-msw.c (mswindows_update_subwindow): update use of
|
|
3025 gui_items.
|
|
3026 (mswindows_register_gui_item): new function.
|
|
3027 (mswindows_register_gui_item): fix to use lisp gui_items.
|
|
3028 (mswindows_widget_instantiate): ditto.
|
|
3029 (mswindows_button_instantiate): ditto.
|
|
3030 (add_tree_item): new function to recursively add tree view
|
|
3031 elements.
|
|
3032 (add_tree_item_list): ditto.
|
|
3033 (mswindows_tree_instantiate): new function. instantiate tree view
|
|
3034 controls.
|
|
3035 (add_tab_item): new function to add tabs to a tab control.
|
|
3036 (mswindows_tab_instantiate): new function. instantiate tab
|
|
3037 controls.
|
|
3038 (image_instantiator_format_create_glyphs_mswindows): add tree view
|
|
3039 and tab controls.
|
|
3040 (vars_of_glyphs_mswindows): ditto.
|
|
3041
|
|
3042 * glyphs-widget.c (check_valid_item_list_1): allow nested lists in
|
|
3043 item lists.
|
|
3044 (check_valid_item_list): ditto.
|
|
3045 (initialize_widget_image_instance): fix to use new lisp gui_item.
|
|
3046 (widget_instantiate_1): allow the setting of default textwidth in
|
|
3047 characters.
|
|
3048 (widget_instantiate): change to use new widget_instantiate_1
|
|
3049 signature.
|
|
3050 (combo_instantiate): ditto.
|
|
3051 (static_instantiate): ditto.
|
|
3052 (tab_instantiate): new function for tab widgets.
|
|
3053 (image_instantiator_format_create_glyphs_widget): add tab and tree
|
|
3054 view widgets.
|
|
3055
|
|
3056 * menubar-msw.c (displayable_menu_item): convert to use lisp
|
|
3057 gui_items.
|
|
3058 (populate_menu_add_item): ditto.
|
|
3059 (populate_or_checksum_helper): ditto.
|
|
3060
|
|
3061 * menubar.c (menu_parse_submenu_keywords): convert to use lisp
|
|
3062 gui_items.
|
|
3063 (Fmenu_find_real_submenu): ditto.
|
|
3064
|
|
3065 * gui.h (struct Lisp_Gui_Item): make gui_item a lisp oebjct.
|
|
3066
|
|
3067 * gui.c (gui_item_add_keyval_pair): gui_items are now lisp
|
|
3068 objects, convert functions that use them accordingly.
|
|
3069 (gui_item_init): ditto.
|
|
3070 (gui_item_active_p): ditto.
|
|
3071 (gui_item_selected_p): ditto.
|
|
3072 (gui_item_included_p): ditto.
|
|
3073 (gui_item_display_flush_left): ditto.
|
|
3074 (gui_item_display_flush_right): ditto.
|
|
3075 (mark_gui_item): ditto.
|
|
3076 (allocate_gui_item): new function to create a gui_item.
|
|
3077 (make_gui_item_from_keywords_internal): ditto. create and return a
|
|
3078 gui_item as well as setting keywords.
|
|
3079 (gui_parse_item_keywords): ditto.
|
|
3080 (gui_parse_item_keywords_no_errors): ditto.
|
|
3081 (gui_add_item_keywords_to_plist): new function, not yet used.
|
|
3082 (gui_item_hash): new function.
|
|
3083 (gui_item_id_hash): use gui_item_hash.
|
|
3084 (gui_item_equal): new function.
|
|
3085 (print_gui_item): new function.
|
|
3086
|
|
3087 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
3088
|
|
3089 * XEmacs 21.2.16 is released
|
|
3090
|
|
3091 1999-06-10 Andy Piper <andy@xemacs.org>
|
|
3092
|
|
3093 * select-msw.c (mswindows_own_selection): only set the clipboard
|
|
3094 if asked.
|
|
3095 (mswindows_get_foreign_selection): only get the clipboard if
|
|
3096 asked.
|
|
3097 (mswindows_disown_selection): only disown the clipboard if asked.
|
|
3098
|
|
3099 1999-06-03 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
3100
|
|
3101 * file-coding.c (coding_system_from_mask): Use `raw-text' instead
|
|
3102 of `no-conversion'.
|
|
3103 (complex_vars_of_mule_coding): Use `raw-text' as the coding-system
|
|
3104 of coding-category `no-conversion'.
|
|
3105
|
|
3106 1999-06-03 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
3107
|
|
3108 * file-coding.c (Qraw_text): New variable.
|
|
3109 (syms_of_mule_coding): Add new symbol `raw-text'.
|
|
3110 (complex_vars_of_mule_coding): Add new coding-system `raw-text';
|
|
3111 define coding-system `binary' independently; define coding-system
|
|
3112 `no-conversion' as an alias for `raw-text'.
|
|
3113
|
|
3114 * file-coding.h (Qraw_text): New variable.
|
|
3115
|
|
3116 1999-06-08 SL Baur <steve@xemacs.org>
|
|
3117
|
|
3118 * s/decosf4-0.h: Explicitly #undef SYSTEM_MALLOC.
|
|
3119
|
|
3120 1999-06-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
3121
|
|
3122 * fns.c (MIME_LINE_LENGTH): Default to 72, as in mimencode and
|
|
3123 base64.el.
|
|
3124 (base64_decode_1): Signal errors instead of returning -1.
|
|
3125
|
|
3126 1999-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
3127
|
|
3128 * mule-charset.c (Fmake_char): Update docstring.
|
|
3129
|
|
3130 1999-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
3131
|
|
3132 * fns.c (Fstring_lessp): Actually increment the Bufbyte pointers.
|
|
3133
|
|
3134 1999-06-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
3135
|
|
3136 * fns.c (base64_decode_1): Allow and ignore any non-base64
|
|
3137 characters in input.
|
|
3138
|
|
3139 1999-05-27 Olivier Galibert <galibert@pobox.com>
|
|
3140
|
|
3141 * emacs.c (Fdump_emacs): Add clear_message() lost with the removal
|
|
3142 of report_pure_usage().
|
|
3143
|
|
3144 1999-06-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
3145
|
|
3146 * fns.c (Fstring_lessp): Remove O(n^2) under Mule.
|
|
3147
|
|
3148 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
3149
|
|
3150 * XEmacs 21.2.15 is released
|
|
3151
|
|
3152 1999-06-01 Hirokazu FUKUI <fukui@atesoft.advantest.co.jp>
|
|
3153
|
|
3154 * frame.c (Fset_mouse_position):
|
|
3155 (Fset_mouse_pixel_position):
|
|
3156 * window.c (Fsplit_window):
|
|
3157 (Fmove_to_window_line):
|
|
3158 Fix crash when invoking functions with an already-deleted window
|
|
3159 argument.
|
|
3160
|
|
3161 * indent.c (vertical_motion_1):
|
|
3162 (vmotion_pixels):
|
|
3163 (Fvertical_motion_pixels):
|
|
3164 * window.c (Fwindow_displayed_text_pixel_height):
|
|
3165 Fix error message when invoking functions with an already-deleted
|
|
3166 window argument.
|
|
3167
|
|
3168 1999-06-01 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3169
|
|
3170 * sysdep.c (request_sigio_on_device): Guard against glibc
|
|
3171 2.1's stub streams implementation.
|
|
3172
|
|
3173 1999-06-03 SL Baur <steve@xemacs.org>
|
|
3174
|
|
3175 * config.h.in:
|
|
3176 * emacs.c: Implement x.y.z version numbers
|
|
3177 From Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3178
|
|
3179 1999-05-20 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
3180
|
|
3181 * mule-charset.c (complex_vars_of_mule_charset): Registry of
|
|
3182 japanese-jisx0208-1978 should not match with "jisx0208.1983" nor
|
|
3183 "jisc6226.1983".
|
|
3184
|
|
3185 1999-06-03 SL Baur <steve@xemacs.org>
|
|
3186
|
|
3187 * frame-x.c:
|
|
3188 * device-x.c: rename session option to wmcommand.
|
|
3189 From Oliver Graf <ograf@rhein-zeitung.de>
|
|
3190
|
|
3191 1999-05-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
3192
|
|
3193 * fns.c (Fsubstring): Don't traverse the same region twice with
|
|
3194 charcount_to_bytecount().
|
|
3195
|
|
3196 1999-06-03 SL Baur <steve@steve1.m17n.org>
|
|
3197
|
|
3198 * m/alpha.h (SYSTEM_MALLOC): Fix indented preprocessor directive
|
|
3199 garbage.
|
|
3200
|
|
3201 * s/decosf4-0.h: Defining ORDINARY_LINK here is redundant (and it
|
|
3202 doesn't really work as is implied by the commentary).
|
|
3203 Don't define SYSTEM_MALLOC so the old GNU malloc can be used.
|
|
3204
|
|
3205 1999-06-02 SL Baur <steve@steve1.m17n.org>
|
|
3206
|
|
3207 * symsinit.h: Declare vars_of_ntproc.
|
|
3208 * emacs.c (main_1): Call it.
|
|
3209
|
|
3210 * ntproc.c (syms_of_ntproc): Move variable initializations from
|
|
3211 here ...
|
|
3212 (vars_of_ntproc): ... to here [new function].
|
|
3213
|
|
3214 * file-coding.c (syms_of_file_coding): Rename.
|
|
3215 (vars_of_file_coding): Ditto.
|
|
3216 (complex_vars_of_file_coding): Ditto.
|
|
3217
|
|
3218 * symsinit.h: Rename *_mule_coding to *_file_coding.
|
|
3219
|
|
3220 * emacs.c (main_1): Call them by the proper name.
|
|
3221
|
|
3222 * device-msw.c (syms_of_device_mswindows): Move variable
|
|
3223 initializations from here ...
|
|
3224 (vars_of_device_mswindows): ... to here.
|
|
3225
|
|
3226 * chartab.c (vars_of_chartab): New function.
|
|
3227
|
|
3228 * symsinit.h: New function, vars_of_chartab.
|
|
3229
|
|
3230 * emacs.c (main_1): Call it.
|
|
3231
|
|
3232 * mule-canna.c (syms_of_mule_canna): Move CANNA initialization ...
|
|
3233 (vars_of_mule_canna): ... to here.
|
|
3234
|
|
3235 * mule-ccl.c (vars_of_mule_ccl): New function. Move variable
|
|
3236 initializations out of syms_of_mule_ccl.
|
|
3237
|
|
3238 * symsinit.h: Declare new function vars_of_mule_ccl.
|
|
3239
|
|
3240 * emacs.c (main_1): Call it.
|
|
3241
|
|
3242 1999-05-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
3243
|
|
3244 * fns.c (base64_decode_1): Ignore whitespace.
|
|
3245
|
|
3246 1999-05-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
3247
|
|
3248 * mule-charset.c (Fmake_char): Strip the eighth bit off ARG1 and
|
|
3249 ARG2.
|
|
3250
|
|
3251 1999-05-21 Andy Piper <andy@xemacs.org>
|
|
3252
|
|
3253 * xselect.c: deleted.
|
|
3254
|
|
3255 * symsinit.h: declare select initialisation.
|
|
3256
|
|
3257 * select.h: new file. declare commonly used select functions and
|
|
3258 variables.
|
|
3259
|
|
3260 * select.c: new file. generalised from xselect.c.
|
|
3261 (clean_local_selection_data): moved from xselect.c.
|
|
3262 (get_local_selection): ditto. device specific pieces called via a
|
|
3263 devmeth.
|
|
3264 (handle_selection_clear): ditto.
|
|
3265 (Fown_selection_internal): renamed and generalised from
|
|
3266 Fx_own_selection_internal. moved from xselect.c.
|
|
3267 (Fdisown_selection_internal): ditto.
|
|
3268 (Fselection_owner_p): ditto.
|
|
3269 (Fselection_exists_p): ditto.
|
|
3270 (Fget_selection_internal): ditto.
|
|
3271 (syms_of_select): new function. QXXXX values moved from xselect.c
|
|
3272 (vars_of_select): new function. selection_converter_alist,
|
|
3273 lost_selection_hooks moved and renamed from xselect.c
|
|
3274
|
|
3275 * select-x.c: renamed from xselect.c.
|
|
3276 (x_own_selection): converted to device specific. non-X-specific
|
|
3277 bits moved to select.c.
|
|
3278 (x_get_foreign_selection): ditto.
|
|
3279 (x_disown_selection): ditto.
|
|
3280 (x_selection_exists_p): ditto.
|
|
3281 (console_type_create_select_x): new function.
|
|
3282
|
|
3283 * select-msw.c (mswindows_own_selection): new device method to set
|
|
3284 the clipboard when we 'own' the selection.
|
|
3285 (mswindows_get_foreign_selection): new device method to get the
|
|
3286 clipboard.
|
|
3287 (mswindows_disown_selection): new device method to delete the
|
|
3288 selection when we 'disown' it.
|
|
3289 (console_type_create_select_mswindows): new function.
|
|
3290
|
|
3291 * emacs.c (main_1): add select to things to initialise.
|
|
3292
|
|
3293 * console.h (struct console_methods): new console methods for
|
|
3294 selection.
|
|
3295
|
|
3296 * Makefile.in.in (x_objs): xselect.c renamed to select-x.c
|
|
3297
|
|
3298 1999-05-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
3299
|
|
3300 * print.c (long_to_string): Install a faster version.
|
|
3301
|
|
3302 1999-05-16 Andy Piper <andy@xemacs.org>
|
|
3303
|
|
3304 * ntproc.c (syms_of_ntproc): default
|
|
3305 win32-start-process-share-console to t.
|
|
3306
|
|
3307 1999-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
3308
|
|
3309 * config.h.in: Do it here.
|
|
3310
|
|
3311 * bytecode.c: Don't define ERROR_CHECK_TYPECHECK here.
|
|
3312
|
|
3313 1999-05-14 Andy Piper <andy@xemacs.org>
|
|
3314
|
|
3315 * toolbar-msw.c (mswindows_output_toolbar): hash on something
|
|
3316 hashable.
|
|
3317
|
|
3318 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
3319
|
|
3320 * XEmacs 21.2.14 is released
|
|
3321
|
|
3322 1999-05-12 Andy Piper <andy@xemacs.org>
|
|
3323
|
|
3324 * ntproc.c (sys_spawnve): kludge argv[0] in a MS compatible way.
|
|
3325
|
|
3326 1999-05-11 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3327
|
|
3328 * emacs.c (Frun_emacs_from_temacs): (re)alloc natgs+2 entries for
|
|
3329 run_temacs_argv array -- fixes random memory corruption crash
|
|
3330
|
|
3331 1999-05-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3332
|
|
3333 * window.c (Fcurrent_window_configuration):
|
|
3334 Save minibuffer height;
|
|
3335
|
|
3336 * window.c (set_window_configuration): use it.
|
|
3337
|
|
3338 1999-05-10 Robert Pluim <rpluim@bigfoot.com>
|
|
3339
|
|
3340 * lisp.h (NNUNGCPRO): fix typo in name of DEBUG_GCPRO version
|
|
3341
|
|
3342 1999-04-21 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3343
|
|
3344 * redisplay.c (redisplay_window): Do not put data
|
|
3345 in the line start cache if it is not guaranteed to be correct
|
|
3346
|
|
3347 1999-04-02 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3348
|
|
3349 * window.c (struct window_config): Removed frame
|
|
3350 size members.
|
|
3351 (window_config_equal): No longer compare frame sizes.
|
|
3352 (Fset_window_configuration): Resize old top window to fit in the
|
|
3353 current frame directly, no longer use a fake frame resize.
|
|
3354 (Fcurrent_window_configuration): No longer save frame size
|
|
3355
|
|
3356 1999-05-11 Andy Piper <andy@xemacs.org>
|
|
3357
|
|
3358 * ntproc.c (sys_spawnve): actually assign argv[0] instead of the
|
|
3359 first character.
|
|
3360
|
|
3361 1999-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
3362
|
|
3363 * sysdep.c (init_system_name): If gethostname gives a proper
|
|
3364 domain name, don't look further for one.
|
|
3365
|
|
3366 1999-05-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
3367
|
|
3368 * symbols.c (Fintern): Avoid frequent XSYMBOL (foo).
|
|
3369 (Fintern_soft): Accept a symbol argument.
|
|
3370
|
|
3371 1999-05-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
3372
|
|
3373 * symbols.c (Fintern): ...do it here.
|
|
3374
|
|
3375 * lread.c (read_atom): Don't handle keywords here.
|
|
3376
|
|
3377 1999-05-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
3378
|
|
3379 * symbols.c (reject_constant_symbols): Just use SYMBOL_IS_KEYWORD.
|
|
3380
|
|
3381 1999-05-03 Olivier Galibert <galibert@pobox.com>
|
|
3382
|
|
3383 * lisp.h (SYMBOL_IS_KEYWORD): A symbol can be a keyword only if it
|
|
3384 is interned in the main obarray.
|
|
3385
|
|
3386 1999-04-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3387
|
|
3388 * menubar-x.c (pre_activate_callback): set accelerator field in
|
|
3389 "No menu" entries to nil. Avoid crash in
|
|
3390 command_builder_operate_menu_accelerator
|
|
3391
|
|
3392 1999-05-03 Olivier Galibert <galibert@pobox.com>
|
|
3393
|
|
3394 * symeval.h (symbol_value_forward_lheader_initializer): Ditto.
|
|
3395
|
|
3396 * lisp.h (DEFUN): Fix lrecord header initialisation.
|
|
3397
|
|
3398 1999-05-02 Andy Piper <andy@xemacs.org>
|
|
3399
|
|
3400 * objects-msw.c (mswindows_font_instance_truename): add a ';'.
|
|
3401
|
|
3402 * ntproc.c (sys_kill): cast using MS mandated defines.
|
|
3403
|
|
3404 1999-04-29 Andy Piper <andy@xemacs.org>
|
|
3405
|
|
3406 * m/intel386.h: remove redundant definitions.
|
|
3407
|
|
3408 * s/mingw32.h: new header for mingw32.
|
|
3409
|
|
3410 * unexnt.c: (open_input_file): function moved to nt.c.
|
|
3411 (close_file_data): ditto.
|
|
3412 (rva_to_section): function moved to ntproc.
|
|
3413
|
|
3414 * symsinit.h: declare syms_of_ntproc();
|
|
3415
|
|
3416 * objects-msw.c (mswindows_font_instance_truename): new function.
|
|
3417
|
|
3418 * ntproc.c: remove many warnings.
|
|
3419 (_sys_read_ahead): moved from nt.c and made static.
|
|
3420 (rva_to_section): moved from unexnt.c but not defined under
|
|
3421 mingw32.
|
|
3422 (win32_executable_type): implement what we can for mingw32
|
|
3423 headers.
|
|
3424 (sys_spawnve): fix bad MULE/GCPRO bug in filename handling.
|
|
3425
|
|
3426 * ntheap.h: remove declarations of functions that are now static.
|
|
3427
|
|
3428 * ntheap.c: support static heap.
|
|
3429
|
|
3430 * nt.h: conditionalise X_OK definition.
|
|
3431
|
|
3432 * nt.c: eliminate many warnings and support mingw32.
|
|
3433 (open_input_file): function moved from unexnt.c and made static
|
|
3434 (close_file_data): ditto.
|
|
3435 (_sys_read_ahead): moved to ntproc.c
|
|
3436
|
|
3437 * emacs.c: make sure syms_of_ntptroc gets called under windows.
|
|
3438
|
|
3439 * console-msw.h: support mingw32.
|
|
3440 * getloadavg.c: ditto.
|
|
3441 * ntplay.c: ditto.
|
|
3442 * sysdep.c: ditto.
|
|
3443 * sysdir.h: ditto.
|
|
3444 * systime.h: ditto.
|
|
3445 * systty.h: ditto.
|
|
3446
|
|
3447 * config.h.in: dont turn on DEBUG_ENCAPSULATION by default because
|
|
3448 some systems don't have all of the encapsulated system calls.
|
|
3449
|
|
3450 * callproc.c: warning elimination.
|
|
3451 * dired-msw.c: ditto.
|
|
3452 * process-nt.c: ditto.
|
|
3453 * realpath.c: ditto.
|
|
3454
|
|
3455 * Makefile.in.in: tweak : and ; for building under mswindows.
|
|
3456
|
|
3457 1999-04-26 Michael Harnois <mharnois@willinet.net>
|
|
3458
|
|
3459 * eldap.c (allocate_ldap): Adapt to the new semantics of
|
|
3460 alloc_lcrecord_type().
|
|
3461
|
|
3462 1999-03-16 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
3463
|
|
3464 * file-coding.c (DECODE_HANDLE_END_OF_CONVERSION): fixed.
|
|
3465
|
|
3466 1998-09-04 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
3467
|
|
3468 * Delete mule-coding.c and mule-coding.h because they are not
|
|
3469 used.
|
|
3470
|
|
3471 1999-04-22 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3472
|
|
3473 * objects.c (print_font_instance): Check for NILP(f->device),
|
|
3474 i.e. Vthe_null_font_instance.
|
|
3475 (font_instance_truename_internal): ditto.
|
|
3476 (Ffont_instance_properties): ditto.
|
|
3477
|
|
3478 1999-04-22 Olivier Galibert <galibert@pobox.com>
|
|
3479
|
|
3480 * lrecord.h (DECLARE_LRECORD): lrecord_implementation isn't an
|
|
3481 array anymore.
|
|
3482
|
|
3483 1999-04-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
3484
|
|
3485 * Makefile.in.in (tests): Don't mention tests explicitly -- makes
|
|
3486 it easier to add new ones.
|
|
3487
|
|
3488 1999-04-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
3489
|
|
3490 * symbols.c (reject_constant_symbols): Ditto.
|
|
3491 (init_symbols_once_early): Ditto.
|
|
3492
|
|
3493 * print.c (print_symbol): Don't use ->obarray.
|
|
3494
|
|
3495 * symbols.c (Funintern): Ditto.
|
|
3496
|
|
3497 * alloc.c (Fmake_symbol): Don't set ->obarray.
|
|
3498
|
|
3499 * lisp.h (struct Lisp_Symbol): Removed .obarray field.
|
|
3500
|
|
3501 * symbols.c (init_symbols_once_early): Removed
|
|
3502 Vpure_uninterned_symbol_table.
|
|
3503 (Fintern): Don't store to ->obarray field.
|
|
3504
|
|
3505 1999-04-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
3506
|
|
3507 * data.c (vars_of_data): Default debug_issue_ebola_notices to 0.
|
|
3508 (eq_with_ebola_notice): Remove abracadabra support.
|
|
3509
|
|
3510 1999-04-11 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
3511
|
|
3512 * eldap.c (Fldap_search_internal): Add a new parameter `withdn' to
|
|
3513 retrieve the distinguished names of entries
|
|
3514
|
|
3515 1999-03-08 Martin Buchholz <martin@xemacs.org>
|
|
3516
|
|
3517 * lread.c (read_escape): Make hex escapes read only two hex digits.
|
|
3518
|
|
3519 1999-04-05 Olivier Galibert <galibert@pobox.com>
|
|
3520
|
|
3521 * Makefile.in.in: Remove puresize-adjust.h and recursive makes.
|
|
3522 * make-src-depend: Remove puresize-adjust.h.
|
|
3523 * src-headers: Remove puresize-adjust.h.
|
|
3524 * config.h.in: Kill everything purespace/gung-ho related.
|
|
3525
|
|
3526 * dbxrc: Make gung-ho mandatory.
|
|
3527 * gdbinit: Ditto.
|
|
3528
|
|
3529 * lrecord.h: Make gung-ho mandatory. Remove pure flag and add
|
|
3530 c_readonly and lisp_readonly. Remove implementation arrays.
|
|
3531 (C_READONLY_RECORD_HEADER_P): Added.
|
|
3532 (LISP_READONLY_RECORD_HEADER_P): Added.
|
|
3533 (SET_C_READONLY_RECORD_HEADER): Added.
|
|
3534 (SET_LISP_READONLY_RECORD_HEADER): Added.
|
|
3535
|
|
3536 * lisp.h: Kill everything purespace/non gung-ho related.
|
|
3537 (CHECK_C_WRITEABLE): Added.
|
|
3538 (CHECK_LISP_WRITEABLE): Added.
|
|
3539 (C_READONLY): Added.
|
|
3540 (LISP_READONLY): Added.
|
|
3541
|
|
3542 * lisp-union.h: Make gung-ho mandatory.
|
|
3543 * lisp-disunion.h: Ditto.
|
|
3544
|
|
3545 * alloc.c: Kill everything purespace/non gung-ho related. Fix all
|
|
3546 set_lheader_implementation calls.
|
|
3547 (c_readonly): Added.
|
|
3548 (lisp_readonly): Added.
|
|
3549 (make_string_nocopy): Added.
|
|
3550 (Fpurecopy): Changed to do nothing. Kept the old documentation
|
|
3551 for reference purposes for the next patches.
|
|
3552 (sweep_lcrecords_1): Don't free C readonly lcrecords.
|
|
3553 (sweep_bit_vectors_1): Don't free C readonly bitvectors.
|
|
3554 (SWEEP_FIXED_TYPE_BLOCK): Don't free C readonly lrecords.
|
|
3555
|
|
3556 * fns.c: Make gung-ho mandatory.
|
|
3557 (Fput): CHECK_IMPURE -> CHECK_LISP_WRITEABLE.
|
|
3558 (Fremprop): Ditto.
|
|
3559 (Ffillarray): Ditto.
|
|
3560
|
|
3561 * data.c: Make gung-ho mandatory.
|
|
3562 (pure_write_error): Removed.
|
|
3563 (c_write_error): Added.
|
|
3564 (lisp_write_error): Added.
|
|
3565 (Fsetcar): CHECK_IMPURE -> CHECK_LISP_WRITEABLE.
|
|
3566 (Fsetcdr): Ditto.
|
|
3567 (Faset): Ditto.
|
|
3568
|
|
3569 * symbols.c: Make gung-ho mandatory. make_pure_pname ->
|
|
3570 make_string or make_string_nocopy. Fix various
|
|
3571 alloc_lcrecord_type.
|
|
3572
|
|
3573 * lread.c: Remove everything purespace related.
|
|
3574 (Flocate_file_clear_hashing): purified -> c_readonly.
|
|
3575 (locate_file): Ditto.
|
|
3576 (read_atom): make_pure_pname -> make_string.
|
|
3577
|
|
3578 * emacs.c (Frun_emacs_from_temacs): Remove purespace stats
|
|
3579 reporting.
|
|
3580 (Fdump_emacs): Ditto.
|
|
3581
|
|
3582 * print.c (print_internal): Make gung-ho mandatory.
|
|
3583 * ntheap.c (sbrk): Ditto.
|
|
3584 * mem-limits.h (EXCEEDS_LISP_PTR): Ditto
|
|
3585 * symeval.h (symbol_value_forward_lheader_initializer): Ditto.
|
|
3586
|
|
3587 * sheap.c (more_static_core): Remove puresize-adjust.h from
|
|
3588 message.
|
|
3589
|
|
3590 * syntax.c (complex_vars_of_syntax): make_pure_string ->
|
|
3591 make_string_nocopy.
|
|
3592 * keymap.c (make_keymap): Fix alloc_lcrecord_type.
|
|
3593 (vars_of_keymap): make_pure_string -> make_string_nocopy.
|
|
3594 * events.c (deinitialize_event): Fix set_lheader_implementation.
|
|
3595 (zero_event): Ditto.
|
|
3596 * specifier.c (make_specifier_internal): Fix alloc_lcrecord.
|
|
3597 * menubar-x.c (set_frame_menubar): Fix alloc_lcrecord_type.
|
|
3598 * mule-charset.c (make_charset): Ditto.
|
|
3599 * console.c (allocate_console): Ditto.
|
|
3600 (complex_vars_of_console): Ditto.
|
|
3601 * file-coding.c (allocate_coding_system): Ditto.
|
|
3602 * device.c (allocate_device): Ditto
|
|
3603 * gui-x.c (gcpro_popup_callbacks): Ditto.
|
|
3604 * extents.c (allocate_extent_auxiliary): Ditto.
|
|
3605 (allocate_extent_info): Ditto.
|
|
3606 (copy_extent): Ditto.
|
|
3607 * glyphs.c (allocate_image_instance): Ditto.
|
|
3608 (allocate_glyph): Ditto.
|
|
3609 * frame.c (allocate_frame_core): Ditto.
|
|
3610 * database.c (allocate_database): Ditto.
|
|
3611 * tooltalk.c (make_tooltalk_message): Ditto.
|
|
3612 (make_tooltalk_pattern): Ditto.
|
|
3613 * rangetab.c (Fmake_range_table): Ditto.
|
|
3614 (Fcopy_range_table): Ditto.
|
|
3615 * process.c (make_process_internal): Ditto.
|
|
3616 * chartab.c (Fmake_char_table): Ditto.
|
|
3617 (make_char_table_entry): Ditto.
|
|
3618 (copy_char_table_entry): Ditto.
|
|
3619 (Fcopy_char_table): Ditto.
|
|
3620 * elhash.c (make_general_lisp_hash_table): Ditto.
|
|
3621 (Fcopy_hash_table): Ditto.
|
|
3622 * buffer.c (allocate_buffer): Ditto.
|
|
3623 (complex_vars_of_buffer): Ditto.
|
|
3624 * event-stream.c (allocate_command_builder): Ditto.
|
|
3625 * objects.c (Fmake_color_instance): Ditto.
|
|
3626 (Fmake_font_instance): Ditto.
|
|
3627 (vars_of_objects): Ditto.
|
|
3628 * toolbar.c (update_toolbar_button): Ditto.
|
|
3629 * window.c (allocate_window): Ditto.
|
|
3630 (make_dummy_parent): Ditto.
|
|
3631 (Fcurrent_window_configuration): Fix alloc_lcrecord.
|
|
3632 (vars_of_window): Fix make_lcrecord_list.
|
|
3633 * faces.c (allocate_face): Fix alloc_lcrecord_type. pure_list ->
|
|
3634 Flist.
|
|
3635 * lstream.c (Lstream_new): Fix make_lcrecord_list.
|
|
3636 * opaque.c (make_opaque): Fix alloc_lrecord.
|
|
3637 (make_opaque_list): Fix alloc_lrecord_type.
|
|
3638
|
|
3639 1999-04-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
3640
|
|
3641 * process.c (Fstart_process_internal): Ditto.
|
|
3642
|
|
3643 * ntproc.c (sys_spawnve): Use Vlisp_EXEC_SUFFIXES when calling
|
|
3644 locate_file().
|
|
3645
|
|
3646 * glyphs-x.c (x_locate_pixmap_file): Ditto.
|
|
3647
|
|
3648 * glyphs-msw.c (mswindows_locate_pixmap_file): Fix call to
|
|
3649 locate_file().
|
|
3650
|
|
3651 * emodules.c (vars_of_module): New variable Vmodule_extensions.
|
|
3652 (emodules_load): Use it when calling locate_file().
|
|
3653
|
|
3654 * emacs.c (main_1): Use Vlisp_EXEC_SUFFIXES when calling
|
|
3655 locate_file().
|
|
3656
|
|
3657 * callproc.c: Vlisp_EXEC_SUFFIXES: New variable.
|
|
3658 (vars_of_callproc): Initialize it.
|
|
3659 (Fcall_process_internal): Use it when calling locate_file().
|
|
3660
|
|
3661 * alloc.c (disksave_object_finalization): Use
|
|
3662 Flocate_file_clear_hashing().
|
|
3663
|
|
3664 * lread.c (Flocate_file_clear_hashing): Clear all hasing when
|
|
3665 given `t' as argument.
|
|
3666
|
|
3667 1999-04-18 Hrvoje Niksic <hniksic@srce.hr>
|
|
3668
|
|
3669 * lread.c (locate_file): Expand `pathel' when appropriate.
|
|
3670 (Flocate_file_clear_hashing): Expand path elements.
|
|
3671 (Flocate_file_clear_hashing): Use Vlocate_file_hash_table.
|
|
3672
|
|
3673 * dired.c (make_directory_hash_table): Create the hash-table only
|
|
3674 if the directory open is successful.
|
|
3675
|
|
3676 * lread.c (decode_mode_1): New function.
|
|
3677 (decode_mode): Ditto.
|
|
3678 (Flocate_file): Use them.
|
|
3679 (Flocate_file): Expand FILENAME.
|
|
3680 (locate_file_map_suffixes): New function.
|
|
3681 (locate_file_in_directory_mapper): New function.
|
|
3682 (locate_file_in_directory): Use locate_file_in_directory_mapper()
|
|
3683 and locate_file_map_suffixes().
|
|
3684 (locate_file_construct_suffixed_files): Use
|
|
3685 locate_file_map_suffixes().
|
|
3686 (locate_file_without_hash): Don't GCPRO path.
|
|
3687 (Flocate_file_clear_hashing): Use EXTERNAL_LIST_LOOP.
|
|
3688 (syms_of_lread): Remove Qlocate_file_hash_table.
|
|
3689 (locate_file_find_directory_hash_table): Use
|
|
3690 Vlocate_file_hash_table.
|
|
3691 (locate_file_refresh_hashing): Ditto.
|
|
3692
|
|
3693 * lread.c: Renamed read_objects to Vread_objects.
|
|
3694
|
|
3695 1999-04-16 Olivier Galibert <galibert@pobox.com>
|
|
3696
|
|
3697 * mule-charset.c: Generally resync with fsf 20.3 charset
|
|
3698 interface.
|
|
3699 (make_charset): Add long and short name. Use id instead of
|
|
3700 leading byte.
|
|
3701 (Fmake_charset): Ditto.
|
|
3702 (Fmake_reverse_direction_charset): Ditto.
|
|
3703 (Fcharset_property): Ditto.
|
|
3704 (Fcharset_short_name): Added.
|
|
3705 (Fcharset_long_name): Added.
|
|
3706 (Fcharset_description): Renamed from charset-doc-string.
|
|
3707 (syms_of_mule_charset): Synced symbols.
|
|
3708 (complex_vars_of_mule_charset): Synced charsets.
|
|
3709
|
|
3710 * mule-charset.h: Removed leading byte (uses id instead), added
|
|
3711 short and long name.
|
|
3712
|
|
3713 1999-04-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
3714
|
|
3715 * file-coding.c (Fdefine_coding_system_alias): New function.
|
|
3716
|
|
3717 1999-04-08 Olivier Galibert <galibert@pobox.com>
|
|
3718
|
|
3719 * mule-charset.c (complex_vars_of_mule_charset): Allow all iso8859
|
|
3720 and -ascii fonts for displaying ascii instead of iso8859-1 only.
|
|
3721
|
|
3722 1998-12-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
3723
|
|
3724 * extents.c (set_extent_glyph_1): Make sure that the glyph we
|
|
3725 attach to the extent is valid.
|
|
3726
|
|
3727 1998-12-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
3728
|
|
3729 * dired.c (user_name_completion): Mule-ize.
|
|
3730 (user_name_completion): Use xmalloc/xrealloc/xfree.
|
|
3731 (user_name_completion): Use DO_REALLOC.
|
|
3732 (user_name_completion): Cut down the number of static variables;
|
|
3733 use a structure.
|
|
3734 (user_name_completion): Username completion is always
|
|
3735 case-sensitive.
|
|
3736
|
|
3737 1998-12-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
3738
|
|
3739 * fns.c (base64_decode_1): Remove COUNTER.
|
|
3740 (base64_decode_1): Accept CRLF in addition to CR.
|
|
3741 (base64_decode_1): Disallow a stray character after final EOF; the
|
|
3742 check was probably a remnant of buggy recode code.
|
|
3743
|
|
3744 1998-12-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
3745
|
|
3746 * fns.c (init_provide_once): Provide `base64'.
|
|
3747
|
|
3748 1998-12-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
3749
|
|
3750 * fns.c (XMALLOC_UNBIND): Include SPECCOUNT argument, for clarity.
|
|
3751 (Fbase64_encode_region): If buffer is read-only, bail out early.
|
|
3752 (Fbase64_decode_region): Ditto.
|
|
3753 (Fbase64_encode_region): Initialize SPECCOUNT to pacify the
|
|
3754 compiler.
|
|
3755 (Fbase64_encode_string): Ditto.
|
|
3756 (Fbase64_decode_region): Ditto.
|
|
3757 (Fbase64_decode_string): Ditto.
|
|
3758
|
|
3759 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
3760
|
|
3761 * dired.c (Fdirectory_files): Remove redundant code.
|
|
3762
|
|
3763 1999-03-05 Philip Aston <philipa@parallax.co.uk>
|
|
3764
|
|
3765 * frame-msw.c Make raise-frame restore minimised windows.
|
|
3766
|
|
3767 1999-03-05 Philip Aston <philipa@parallax.co.uk>
|
|
3768
|
|
3769 * device-msw.c: Fix DEFVAR format - Death to phantom quote, and
|
|
3770 add magic newline.
|
|
3771
|
|
3772 1999-03-05 Philip Aston <philipa@parallax.co.uk>
|
|
3773
|
|
3774 * toolbar-msw.c Consider captions when deciding whether to rebuild
|
|
3775 toolbar. This fixes the initial toolbar display for those of us
|
|
3776 who don't like captions. These patches applied by Andy Piper.
|
|
3777
|
|
3778 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
3779
|
|
3780 * XEmacs 21.2.13 is released
|
|
3781
|
|
3782 1999-03-12 SL Baur <steve@xemacs.org>
|
|
3783
|
|
3784 * file-coding.c: Guard ucs table initialization with ifdef MULE.
|
|
3785
|
|
3786 1999-03-10 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
3787
|
|
3788 * file-coding.c: docstring and comment improvements.
|
|
3789 (decode_ucs4) flag possible data loss with comment.
|
|
3790
|
|
3791 1999-03-10 Martin Buchholz <martin@xemacs.org>
|
|
3792
|
|
3793 * file-coding.c (Fset_ucs_char): add CHECK_INT, CHECK_CHAR
|
|
3794 (ucs_to_char):
|
|
3795 (Fucs_char):
|
|
3796 (Fset_char_ucs):
|
|
3797 (decode_coding_ucs4):
|
|
3798 (encode_coding_ucs4):
|
|
3799 (detect_coding_utf8):
|
|
3800 (decode_coding_utf8):
|
|
3801 (encode_utf8):
|
|
3802 (encode_coding_utf8):
|
|
3803 Add CHECK_* macros where needed to avoid crashes.
|
|
3804 #ifdef out all composite character support using
|
|
3805 #ifdef ENABLE_COMPOSITE_CHARS
|
|
3806 Use normal XEmacs coding standards.
|
|
3807 Fix docstrings.
|
|
3808 Remove CODING_STREAM_COMPOSE, CODING_STREAM_DECOMPOSE.
|
|
3809
|
|
3810 1998-09-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
3811
|
|
3812 * file-coding.c (make-coding-system): Add description about
|
|
3813 `ucs-4' and `utf-8'.
|
|
3814 (detection_state): Modify to implement ucs-4 and utf-8.
|
|
3815 (detect_coding_type): Likewise.
|
|
3816 (detect_coding_ucs4): New implementation.
|
|
3817 (detect_coding_utf8): New implementation.
|
|
3818 (encode_utf8): fixed.
|
|
3819 (syms_of_mule_coding): Rename `ucs4' and `utf8' to `ucs-4' and
|
|
3820 `utf-8'.
|
|
3821
|
|
3822 1998-09-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
3823
|
|
3824 * file-coding.c (mule_char_to_ucs4): Encode 94x94 chars in ISO
|
|
3825 2022 registry to private area.
|
|
3826
|
|
3827 1998-09-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
3828
|
|
3829 * file-coding.c (encode_utf8): New function.
|
|
3830 (encode_coding_utf8): New implementation.
|
|
3831
|
|
3832 1998-09-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
3833
|
|
3834 * file-coding.c (ucs_to_mule_table): New variable; abolish
|
|
3835 `Vucs_to_mule_table'
|
|
3836 (mule_to_ucs_table): renamed from `Vmule_to_ucs_table'.
|
|
3837 (set-ucs-char): New function.
|
|
3838 (ucs_to_char): New function.
|
|
3839 (ucs-char): New function.
|
|
3840 (set-char-ucs): New function.
|
|
3841 (char-ucs): New function.
|
|
3842 (decode_ucs4): Use `ucs_to_char'.
|
|
3843 (complex_vars_of_mule_coding): Abolish `ucs-to-mule-table' and
|
|
3844 `mule-to-ucs-table'.
|
|
3845
|
|
3846 1998-09-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
3847
|
|
3848 * chartab.h: EXFUN `Fget_char_table'.
|
|
3849
|
|
3850 * file-coding.c (encode_ucs4): New function.
|
|
3851 (encode_coding_ucs4): Use `encode_ucs4'.
|
|
3852
|
|
3853 1998-09-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
3854
|
|
3855 * file-coding.c (decode_coding_ucs4): New implementation.
|
|
3856
|
|
3857 1998-09-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
3858
|
|
3859 * file-coding.c (decode_coding_ucs4): fixed.
|
|
3860
|
|
3861 * file-coding.c (Vmule_to_ucs_table): New variable.
|
|
3862 (mule_char_to_ucs4): New function.
|
|
3863 (encode_coding_ucs4): New implementation.
|
|
3864 (complex_vars_of_mule_coding): Define variable
|
|
3865 `mule-to-ucs-table'.
|
|
3866
|
|
3867 1998-09-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
3868
|
|
3869 * file-coding.c (decode_coding_utf8): New implementation.
|
|
3870
|
|
3871 1998-09-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
3872
|
|
3873 * file-coding.c (decode_coding_utf8): fixed.
|
|
3874
|
|
3875 1998-09-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
3876
|
|
3877 * file-coding.c (Vucs_to_mule_table): New variable.
|
|
3878 (decode_ucs4): Refer `Vucs_to_mule_table'.
|
|
3879 (complex_vars_of_mule_coding): Define variable
|
|
3880 `ucs-to-mule-table'.
|
|
3881
|
|
3882 1998-09-04 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
3883
|
|
3884 * file-coding.c (detect_coding_ucs4): New function (not
|
|
3885 implemented yet).
|
|
3886 (decode_coding_ucs4): New function.
|
|
3887 (encode_coding_ucs4): New function (not implemented yet).
|
|
3888 (detect_coding_utf8): New function (not implemented yet).
|
|
3889 (decode_coding_utf8): New function.
|
|
3890 (encode_coding_utf8): New function (not implemented yet).
|
|
3891 (make-coding-system): New type `ucs4' and `utf8'.
|
|
3892 (coding-system-type): Likewise.
|
|
3893 (detection_state): Add `ucs4' and `utf8'.
|
|
3894 (detect_coding_type): Likewise.
|
|
3895 (mule_decode): Use `decode_coding_ucs4' and `decode_coding_utf8'.
|
|
3896 (mule_encode): Use `encode_coding_ucs4' and `encode_coding_utf8'.
|
|
3897 (decode_ucs4): New function (very incomplete).
|
|
3898 (syms_of_mule_coding): Add `ucs4' and `utf8'.
|
|
3899
|
|
3900 * file-coding.h: Add definitions for UCS-4 and UTF-8.
|
|
3901
|
|
3902 1999-03-08 Martin Buchholz <martin@xemacs.org>
|
|
3903
|
|
3904 * mule-charset.c:
|
|
3905 (non_ascii_valid_char_p):
|
|
3906 (lookup_composite_char):
|
|
3907 (composite_char_string):
|
|
3908 (make-composite-char):
|
|
3909 (composite-char-string):
|
|
3910 (syms_of_mule_charset):
|
|
3911 (complex_vars_of_mule_charset):
|
|
3912 * mule-charset.h (LEADING_BYTE_COMPOSITE):
|
|
3913 (CHAR_LEADING_BYTE):
|
|
3914 (MAKE_CHAR):
|
|
3915 * file-coding.h (CODING_STATE_COMPOSITE):
|
|
3916 (CODING_STATE_ISO2022_LOCK):
|
|
3917 (iso_esc_flag):
|
|
3918 (LEADING_BYTE_COMPOSITE):
|
|
3919 * file-coding.c (struct iso2022_decoder):
|
|
3920 (decoding_closer):
|
|
3921 (reset_iso2022):
|
|
3922 (parse_iso2022_esc):
|
|
3923 (encode_coding_iso2022):
|
|
3924 #ifdef out all composite character support using
|
|
3925 #ifdef ENABLE_COMPOSITE_CHARS
|
|
3926
|
|
3927 * alloc.c: Define lrecord_coding_system only if ! FILE_CODING
|
|
3928
|
|
3929 1999-03-04 Takeshi YAMADA <yamada@cslab.kecl.ntt.co.jp>
|
|
3930
|
|
3931 * fns.c (Fbase64_encode_string): Calculate `allength' in the same
|
|
3932 way of `Fbase64_encode_region'.
|
|
3933
|
|
3934 1999-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
3935
|
|
3936 * fns.c (base64_encode_1): Don't add a newline at the tail.
|
|
3937
|
|
3938 1999-03-08 Andy Piper <andy@xemacs.org>
|
|
3939
|
|
3940 * menubar-msw.c (displayable_menu_item): correct off-by-one &
|
|
3941 handling.
|
|
3942
|
|
3943 1999-03-07 Martin Buchholz <martin@xemacs.org>
|
|
3944
|
|
3945 * console-stream.h (struct stream_console):
|
|
3946 * event-unixoid.c (event_stream_unixoid_select_console):
|
|
3947 (event_stream_unixoid_unselect_console):
|
|
3948 * print.c (Fexternal_debugging_output):
|
|
3949 * sysdep.c (reset_one_device):
|
|
3950 * console-stream.c (stream_init_console):
|
|
3951 (stream_delete_console):
|
|
3952 (allocate_stream_console_struct): move into stream_init_console.
|
|
3953 (free_stream_console_struct): move into stream_delete_console.
|
|
3954 Use `fd' only for file descriptors.
|
|
3955 Therefore, rename members of struct stream_console.
|
|
3956
|
|
3957 * systime.h: Unix98 says sys/time.h should define select(), but
|
|
3958 some systems define that in unistd.h. So include that file always.
|
|
3959
|
|
3960 * glyphs.h (MAYBE_IIFORMAT_METH): Don't use leading `_'. Avoid
|
|
3961 multiple evaluation of first arg. Do proper do {} while (0) wrapping.
|
|
3962 (HAS_IIFORMAT_METH_P): Prevent macro from being used in
|
|
3963 non-boolean context
|
|
3964 (MAYBE_IIFORMAT_DEVMETH): Use standard internal macro naming convention.
|
|
3965
|
|
3966 * EmacsShell.c:
|
|
3967 * balloon_help.c:
|
|
3968 Add #include <stdio.h>.
|
|
3969 Some versions of assert.h use printf() without #include'ing stdio.h
|
|
3970
|
|
3971 * free-hook.c (blocktype): Add gcpro5_type to blocktype.
|
|
3972 (log_gcpro): Remove unused variable FRAME.
|
|
3973 (show_gcprohist): Ansify.
|
|
3974 Comment the #endif's
|
|
3975
|
|
3976 * frame-x.c (x_delete_frame): Don't use FRAME_X_SHELL_WIDGET(f)
|
|
3977 after it's just been XtDestroy'ed!
|
|
3978
|
|
3979 1999-02-18 Martin Buchholz <martin@xemacs.org>
|
|
3980
|
|
3981 * opaque.c (print_opaque):
|
|
3982 (sizeof_opaque):
|
|
3983 (equal_opaque):
|
|
3984 (hash_opaque):
|
|
3985 Egcs 1.1.1 seems to have a bug where
|
|
3986 INTP (p->size_or_chain)
|
|
3987 will crash XEmacs. Fix by introducing intermediate variable.
|
|
3988
|
|
3989 * sound.c (Fdevice_sound_enabled_p): Fix compiler warning.
|
|
3990
|
|
3991 * dired.c (Fdirectory_files):
|
|
3992 (Ffile_name_completion):
|
|
3993 (Ffile_name_all_completions):
|
|
3994 (file_name_completion):
|
|
3995 - Use `directory' instead of `dirname' to sync with FSF Emacs and
|
|
3996 avoid compiler warnings.
|
|
3997 - Fix up docstrings so that C variables match documentation.
|
|
3998
|
|
3999 1999-03-05 Martin Buchholz <martin@xemacs.org>
|
|
4000
|
|
4001 * alloc.c: (garbage_collect_1): Reorg code to make scope of local
|
|
4002 variables as small as possible to help out the compiler and the maintainer.
|
|
4003
|
|
4004 * alloc.c: (disksave_object_finalization):
|
|
4005 Set all the *-load-path variables to
|
|
4006 nil, not just load-path itself. This gets the locate-file hash
|
|
4007 tables garbage collected BEFORE dump, and has the side effect of
|
|
4008 preventing crashes on OSF4.0+egcs.
|
|
4009
|
|
4010 * alloc.c:
|
|
4011 * gdbinit:
|
|
4012 * dbxrc:
|
|
4013 - Clean up gdb/dbx debugging support.
|
|
4014 - Storing an EMACS_INT in an enum is not 64-bit clean!
|
|
4015 - So change the enum to a set of separate variables.
|
|
4016 - Add test cases to help debug the debugging support!
|
|
4017 - Add `lisp-shadows' and `run-temacs' targets for dbx.
|
|
4018 - Both dbx and gdb have been tested now.
|
|
4019
|
|
4020 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
4021
|
|
4022 * XEmacs 21.2.12 is released
|
|
4023
|
|
4024 1999-02-16 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
4025
|
|
4026 * device-x.c: Support to find best visual without flashing.
|
|
4027
|
|
4028 1999-03-02 Paul Keusemann <pkeusem@visi.com>
|
|
4029
|
|
4030 * database.c (berkdb_map): Add flags argument to cursor call (must
|
|
4031 be 0 according to docs) required for Berkeley DB 2.6.4 and later.
|
|
4032
|
|
4033 1999-03-03 Martin Buchholz <martin@xemacs.org>
|
|
4034
|
|
4035 * hash.c:
|
|
4036 * hash.h:
|
|
4037 General cleanup. Get free-hook.c working again.
|
|
4038 Remove unused functions:
|
|
4039 make_strings_hash_table, copy_hash, expand_hash_table.
|
|
4040
|
|
4041 * malloc.c:
|
|
4042 * mem-limits.h:
|
|
4043 Always use new ANSI-style function prototypes.
|
|
4044
|
|
4045 * unexalpha.c (unexec): Never use implicit int.
|
|
4046
|
|
4047 * sgiplay.c (close_sound_file):
|
|
4048 (play_sound_file):
|
|
4049 (restore_audio_port):
|
|
4050 (play_sound_data):
|
|
4051 (audio_initialize):
|
|
4052 (play_internal):
|
|
4053 (drain_audio_port):
|
|
4054 (write_mulaw_8_chunk):
|
|
4055 (write_linear_chunk):
|
|
4056 (write_linear_32_chunk):
|
|
4057 (initialize_audio_port):
|
|
4058 (open_audio_port):
|
|
4059 (set_channels):
|
|
4060 (set_output_format):
|
|
4061 (adjust_audio_volume):
|
|
4062 (get_current_volumes):
|
|
4063 (parse_snd_header):
|
|
4064 Always use new ANSI-style function prototypes.
|
|
4065 Use unistd.h for missing prototypes.
|
|
4066
|
|
4067 * unexelfsgi.c (round_up):
|
|
4068 (find_section):
|
|
4069 (unexec): Always use new ANSI-style function prototypes
|
|
4070
|
|
4071 * elhash.c (struct Lisp_Hash_Table): rename golden to golden_ratio
|
|
4072
|
|
4073 * console.h (struct console_methods): Always use full ANSI prototypes
|
|
4074
|
|
4075 * emacs.c (__sti__iflPNGFile_c___): Always use full ANSI prototypes
|
|
4076
|
|
4077 1999-03-02 Andy Piper <andy@xemacs.org>
|
|
4078
|
|
4079 * event-stream.c (init_event_stream): make sure native mswindows
|
|
4080 gets an appropriate event loop.
|
|
4081
|
|
4082 1999-02-22 Andy Piper <andy@xemacs.org>
|
|
4083
|
|
4084 * frame-msw.c (mswindows_make_frame_visible): use SW_SHOW rather
|
|
4085 than SW_SHOWNORMAL to prevent resizing of maximised frames.
|
|
4086 (mswindows_raise_frame): remove comment.
|
|
4087
|
|
4088 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
4089
|
|
4090 * XEmacs 21.2.11 is released
|
|
4091
|
|
4092 1999-02-25 SL Baur <steve@xemacs.org>
|
|
4093
|
|
4094 * mule-charset.c (Qleading_byte): New variable to implement
|
|
4095 charset-leading-byte function.
|
|
4096 (Fcharset_property): Use it.
|
|
4097 (syms_of_mule_charset): Initialize it.
|
|
4098 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
4099
|
|
4100 1999-02-17 Kazuo Oishi <oishi@ae.agr.yamaguchi-u.ac.jp>
|
|
4101
|
|
4102 * glyphs-x.c (cononvert_EImage_to_XImage): correct
|
|
4103 bytes per pixel counting.
|
|
4104
|
|
4105 1999-02-15 Andy Piper <andy@xemacs.org>
|
|
4106
|
|
4107 * s/cygwin32.h (BROKEN_SIGIO): don't define this as it causes
|
|
4108 major lockups.
|
|
4109
|
|
4110 1999-02-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4111
|
|
4112 * fns.c (Fbase64_encode_string): New optional argument
|
|
4113 `NO_LINE_BREAK'.
|
|
4114
|
|
4115 1999-02-16 Martin Buchholz <martin@xemacs.org>
|
|
4116
|
|
4117 * gdbinit: Fix up commands to run temacs. Add lisp-shadows command.
|
|
4118 * alloc.c (xcalloc): undef xcalloc, just like xmalloc
|
|
4119
|
|
4120 1999-02-10 Martin Buchholz <martin@xemacs.org>
|
|
4121
|
|
4122 * s/bsdos4.h: New file. Port to BSDI BSD/OS 4.0.
|
|
4123 * xintrinsic.h: Redo CONST support for X11 R4 compatibility.
|
|
4124
|
|
4125 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
4126
|
|
4127 * XEmacs 21.2.10 is released
|
|
4128
|
|
4129 1999-02-02 Gleb Arshinov <gleb@cs.stanford.edu>
|
|
4130
|
|
4131 * process-nt.c (nt_send_process):
|
|
4132 Fix for process-send-region/process-send-string breaking when size
|
|
4133 of the input > 128 chars: change maximum chunk size for process
|
|
4134 stream from 512 to 128, thus guaranteeing that ntpipe_shove_writer
|
|
4135 succeeds.
|
|
4136
|
|
4137 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
4138
|
|
4139 * XEmacs 21.2.9 is released
|
|
4140
|
|
4141 1999-01-30 Martin Buchholz <martin@xemacs.org>
|
|
4142
|
|
4143 * bytecode.c (funcall_compiled_function): Call
|
|
4144 UNBIND_TO_GCPRO instead of UNBIND_TO_GCPRO_VARIABLES_ONLY.
|
|
4145
|
|
4146 * backtrace.h (UNBIND_TO_GCPRO_VARIABLES_ONLY):
|
|
4147 #ifdef 0 out unused macro.
|
|
4148
|
|
4149 1999-01-27 Martin Buchholz <martin@xemacs.org>
|
|
4150
|
|
4151 * gui.c (gui_parse_item_keywords_internal): Make static.
|
|
4152
|
|
4153 1999-01-21 Andy Piper <andy@xemacs.org>
|
|
4154
|
|
4155 * glyphs-msw.c: add xface support.
|
|
4156 (mswindows_xface_instantiate): new function copied from glyphs-x.c
|
|
4157 (image_instantiator_format_create_glyphs_mswindows): do device
|
|
4158 specific initialisation for xfaces.
|
|
4159 (xbm_create_bitmap_from_data): line data must be padded to a word
|
|
4160 boundary.
|
|
4161
|
|
4162 * glyphs-x.c (xface_validate): moved to glyphs.c
|
|
4163 (xface_normalize): ditto.
|
|
4164 (xface_possible_dest_types): ditto.
|
|
4165 (image_instantiator_format_create_glyphs_x): do device specific
|
|
4166 initialisation for xfaces.
|
|
4167
|
|
4168 * glyphs.h: declare xface symbol.
|
|
4169
|
|
4170 * glyphs.c: move generic xface support here.
|
|
4171 (xface_validate): moved from glyphs-x.c
|
|
4172 (xface_normalize): ditto.
|
|
4173 (xface_possible_dest_types): ditto.
|
|
4174 (image_instantiator_format_create): xface declarations moved from
|
|
4175 glyphs-x.c.
|
|
4176
|
|
4177 1999-01-14 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
4178
|
|
4179 * event-stream.c (vars_of_event_stream): Fixing documentation.
|
|
4180
|
|
4181 1999-01-17 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
4182
|
|
4183 * glyphs-eimage.c (gif_instantiate): Correct handling of
|
|
4184 interlaced gifs to avoid writing past the end of the eimage
|
|
4185 buffer.
|
|
4186
|
|
4187 1999-01-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
4188
|
|
4189 * search.c (Freplace_match): Handle single backslash at end of
|
|
4190 NEWTEXT correctly.
|
|
4191
|
|
4192 1999-01-12 William M. Perry <wmperry@aventail.com>
|
|
4193
|
|
4194 * eldap.c (Fldap_open): slow down interrupts around ldap_open to
|
|
4195 avoid connection errors.
|
|
4196
|
|
4197 1999-01-12 Andy Piper <andy@xemacs.org>
|
|
4198
|
|
4199 * redisplay-output.c (redisplay_update_line): backout change that
|
|
4200 shouldn't have gone ine.
|
|
4201
|
|
4202 1999-01-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
4203
|
|
4204 * eldap.c (vars_of_ldap): Do no provide `ldap' here since it may
|
|
4205 collide with ldap.el
|
|
4206
|
|
4207 1999-01-11 Andy Piper <andy@xemacs.org>
|
|
4208
|
|
4209 * redisplay.h (DISPLAY_LINE_HEIGHT): new macro.
|
|
4210 (DISPLAY_LINE_YPOS): new macro.
|
|
4211
|
|
4212 * redisplay-msw.c (mswindows_output_string): use it.
|
|
4213 (mswindows_output_pixmap): ditto.
|
|
4214 (mswindows_output_display_block): ditto.
|
|
4215
|
|
4216 * redisplay-output.c (redisplay_output_display_block): new
|
|
4217 function. just call the devmeth, maybe insert some generic code
|
|
4218 here later.
|
|
4219 (compare_display_blocks): use it.
|
|
4220 (output_display_line): ditto.
|
|
4221 (redisplay_unmap_subwindows_maybe): new function. potentially
|
|
4222 unmap subwindows in the given area.
|
|
4223
|
|
4224 * glyphs.c (reset_subwindow_cachels): unmap subwindows that we are
|
|
4225 resetting.
|
|
4226
|
|
4227 1999-01-10 J. Kean Johnston <jkj@sco.com>
|
|
4228
|
|
4229 * Makefile.in.in: Set value of moduledir
|
|
4230 - Changed DUMPENV to include $(MODULEPATH)
|
|
4231 - Added install rule to install header files for use by ellcc.
|
|
4232
|
|
4233 * config.h.in: Added INHIBIT_SITE_MODULES
|
|
4234 - Added HAVE__DLERROR
|
|
4235 - Added HAVE_DLFCN_H
|
|
4236 - Added DLSYM_NEEDS_UNDERSCORE
|
|
4237
|
|
4238 * dll.c: Removed.
|
|
4239
|
|
4240 * emodules.c: New file containing dynamic loading code.
|
|
4241
|
|
4242 * emodules.h: New file.
|
|
4243
|
|
4244 * emacs.c: Added variables Vmodule_directory,
|
|
4245 Vsite_module_directory, Vconfigure_module_directory and
|
|
4246 Vconfigure_site_module_directory.
|
|
4247 - (main_1): Added new variable inhibit_site_modules and command
|
|
4248 line options `-no-site-modules' and `--no-site-modules'.
|
|
4249 - (main_1): Call syms_of_module() instead of syms_of_dll().
|
|
4250 - (main_1): Call vars_of_module().
|
|
4251 - (vars_of_emacs): Introduce inhibit-site-modules,
|
|
4252 module-directory, configure-module-directory,
|
|
4253 site-module-directory, and configure-site-module-directory to the
|
|
4254 Lisp reader.
|
|
4255
|
|
4256 * lisp.h: Declare load_module and list_modules, as well as
|
|
4257 Vmodule_directory, Vsite_module_directory,
|
|
4258 Vconfigure_module_directory and Vconfigure_site_module_directory.
|
|
4259
|
|
4260 * paths.h.in: Added PATH_MODULESEARCH and PATH_SITE_MODULES.
|
|
4261 - Added correct support for site-lisp directory.
|
|
4262
|
|
4263 * symbols.c (defsubr): Modified to allow modules to add new subrs
|
|
4264 after dump time.
|
|
4265 - (defsubr_macro): Same.
|
|
4266 - (defvar_magick): Only use purespace when not initialized, so
|
|
4267 that loaded modules can still add symbols.
|
|
4268
|
|
4269 * symsinit.h: Add definitions for syms_of_module(),
|
|
4270 vars_of_module(). Removed syms_of_dll().
|
|
4271
|
|
4272 * sysdll.c: Include dlfcn.h if HAVE_DLFCN_H is defined.
|
|
4273 - (dll_variable): Take DLSYM_NEEDS_UNDERSCORE into account.
|
|
4274 - (dll_error): use _dlerror() if HAVE__DLERROR is defined.
|
|
4275
|
|
4276 * s/sco5-shr.h (C_SWITCH_SYSTEM): Correct for modern gcc and
|
|
4277 explicitly pass -belf for native cc.
|
|
4278
|
|
4279 * s/sco5.h (LIB_GCC): Use -print-libgcc-file-name instead of
|
|
4280 hard-coding the library name.
|
|
4281
|
|
4282 1999-01-01 <martin@xemacs.org>
|
|
4283
|
|
4284 * device-x.c (Fx_set_font_path):
|
|
4285 Add proper cast to permit compilation under C++.
|
|
4286
|
|
4287 * buffer.c (directory_is_current_directory):
|
|
4288 Add proper casts to permit compilation under C++.
|
|
4289
|
|
4290 1998-12-30 Damon Lipparelli <lipp@primus.com>
|
|
4291
|
|
4292 * event-msw.c (mswindows_wnd_proc):
|
|
4293 Fixed failure when building with MSVC 5.
|
|
4294
|
|
4295 1998-12-29 Martin Buchholz <martin@xemacs.org>
|
|
4296
|
|
4297 * file-coding.c (decode_coding_iso2022):
|
|
4298 - Prevent crash when decoding ISO7/Lock detected files
|
|
4299 - the usual martin fiddling
|
|
4300
|
|
4301 1998-12-29 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
4302
|
|
4303 * event-msw.c:
|
|
4304 glyphs-msw.c:
|
|
4305 Fixed failures when building with MSVC.
|
|
4306 * unexnt.c (dump_bss_and_heap):
|
|
4307 Removed compiler warning by removing bss_data variable.
|
|
4308
|
|
4309 1998-12-18 Jim Radford <radford@robby.caltech.edu>
|
|
4310
|
|
4311 * device-x.c (Fx_set_font_path, Fx_get_font_path): New functions
|
|
4312 so that packages that distribute their own fonts can access them.
|
|
4313
|
|
4314 1998-12-28 Andy Piper <andy@xemacs.org>
|
|
4315
|
|
4316 * glyphs-msw.c (mswindows_button_instantiate): cope with buttons
|
|
4317 that have an image provided.
|
|
4318
|
|
4319 * glyphs.h: add Q_image decl.
|
|
4320
|
|
4321 * glyphs-widget.c new functionality allowing images in
|
|
4322 widgets.
|
|
4323 (check_valid_glyph_or_image): new function to validate
|
|
4324 glyphs passed in through :image.
|
|
4325 (widget_normalize): new function. convert :image parameters into
|
|
4326 real glyphs if not already so.
|
|
4327 (widget_instantiate_1): mess with size parameters to be similar to
|
|
4328 :image if provided.
|
|
4329 (syms_of_glyphs_widget): new keyword :image.
|
|
4330 (image_instantiator_format_create_glyphs_widget): normalize
|
|
4331 buttons and allow :image.
|
|
4332
|
|
4333 1998-12-27 Andy Piper <andy@xemacs.org>
|
|
4334
|
|
4335 * frame-msw.c (mswindows_init_frame_1): warning elimination.
|
|
4336
|
|
4337 * glyphs-widget.c (check_valid_anything): no-op function.
|
|
4338 (check_valid_callback): check callbacks in gui_items.
|
|
4339 (check_valid_symbol): as it sounds.
|
|
4340 (check_valid_string_or_vector): ditto.
|
|
4341 (widget_validate): modified for descriptors that are vectors or
|
|
4342 sequences of keyword/val pairs.
|
|
4343 (widget_instantiate_1): ditto.
|
|
4344 (image_instantiator_format_create_glyphs_widget): allow gui_item
|
|
4345 keywords in the instantiator.
|
|
4346
|
|
4347 * gui.c (gui_parse_item_keywords_internal): renamed from
|
|
4348 gui_parse_item_keywords but taking error behaviour.
|
|
4349 (gui_parse_item_keywords): use it.
|
|
4350 (gui_parse_item_keywords_no_errors): ditto.
|
|
4351 (gui_item_add_keyval_pair): add Error_behavior flag and only
|
|
4352 signal invalid keywords if required.
|
|
4353
|
|
4354 * gui.h: new gui signatures.
|
|
4355
|
|
4356 * menubar.c (menu_parse_submenu_keywords): use new
|
|
4357 gui_item_add_keyval_pair signature.
|
|
4358
|
|
4359 * s/cygwin32.h: modify PTY_ITERATION to eliminate warnings.
|
|
4360
|
|
4361 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
4362
|
|
4363 * XEmacs 21.2.8 is released.
|
|
4364
|
|
4365 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
4366
|
|
4367 * editfns.c (get_home_directory):
|
|
4368 (user-home-directory): Simplify.
|
|
4369
|
|
4370
|
|
4371 * callproc.c (child_setup):
|
|
4372 - Environment variables were being passed to inferior processes
|
|
4373 using internal encoding.
|
|
4374 - Convert to external encoding.
|
|
4375 - Rename local var `tem' to better name `tail'.
|
|
4376 - Use Flength instead of `manual' calculation.
|
|
4377
|
|
4378 * buffer.c (kill-buffer):
|
|
4379 (record-buffer):
|
|
4380 (set-buffer-major-mode):
|
|
4381 (current-buffer):
|
|
4382 - Fix up parameter names to correspond to docstrings.
|
|
4383 - Don't use `bufname' when a buffer will do as well.
|
|
4384 - Remove one unneeded GCPRO.
|
|
4385
|
|
4386 * buffer.h (initial_directory):
|
|
4387 * buffer.c (init_initial_directory):
|
|
4388 - use correct conversions between internal and external format.
|
|
4389 (directory_is_current_directory): new function
|
|
4390 (init_buffer): convert initial_directory to internal format.
|
|
4391 - solve crashes when current working directory is non-ASCII.
|
|
4392
|
|
4393 * alloc.c (xmalloc):
|
|
4394 (xcalloc):
|
|
4395 (xrealloc):
|
|
4396 - remove stupid casts, since XEmacs requires an ANSI C system.
|
|
4397 (lrecord_type_index): replace abort() with more readable assert().
|
|
4398
|
|
4399 (reset_lcrecord_stats): remove.
|
|
4400 (sweep_lcrecords_1):
|
|
4401 - replace call to reset_lcrecord_stats() with call to xzero().
|
|
4402
|
|
4403 1998-12-27 Martin Buchholz <martin@xemacs.org>
|
|
4404
|
|
4405 * process-unix.c (unix_create_process):
|
|
4406 - Fix crash invoking program with non-ASCII name.
|
|
4407 Try invoking xemacs with SHELL=/bin/sh, then M-x shell.
|
|
4408 - Remove unused variable `env'.
|
|
4409 - Rename `temp' to better name `save_errno'.
|
|
4410 - Reorganize code for clarity. But still too chicken to nuke the
|
|
4411 BSD 4.2 support.
|
|
4412
|
|
4413 1998-12-24 Martin Buchholz <martin@xemacs.org>
|
|
4414
|
|
4415 * XEmacs 21.2.7 is released.
|
|
4416
|
|
4417 1998-12-23 Martin Buchholz <martin@xemacs.org>
|
|
4418
|
|
4419 * glyphs.c (decode_device_ii_format):
|
|
4420 - Fix indentation.
|
|
4421 - Use GET_C_STRING_FILENAME_DATA_ALLOCA with char *, not Extbyte *.
|
|
4422
|
|
4423 * glyphs-x.c (x_subwindow_instantiate):
|
|
4424 - A image instance mask was being assigned to a image instance type!
|
|
4425 - X_SUBWINDOW_INSTANCE_DATA (ii) is not an lvalue in C++.
|
|
4426
|
|
4427 * glyphs-msw.c (mswindows_initialize_dibitmap_image_instance):
|
|
4428 Fix indentation.
|
|
4429 * glyphs-x.h: Make indentation consistent.
|
|
4430
|
|
4431 * emacs.c (Fdump_emacs): Remove Steve Martin merge artifacts.
|
|
4432
|
|
4433 * glyphs-widget.c (check_valid_glyph): Warning suppression.
|
|
4434 - Make it static
|
|
4435 - #ifdef it out, since it's not actually used yet (FIX THIS!)
|
|
4436
|
|
4437 * glyphs-widget.c:
|
|
4438 * glyphs.h:
|
|
4439 Move declarations of decode_device_ii_format and
|
|
4440 decode_image_instantiator_format into glyphs.h where they belong.
|
|
4441
|
|
4442 1998-12-22 Martin Buchholz <martin@xemacs.org>
|
|
4443
|
|
4444 * frame-x.c (x_delete_frame): Revert part of my changes at the
|
|
4445 suggestion of Gunnar Evermann - unfortunately no one really
|
|
4446 understands this code.
|
|
4447
|
|
4448 * callproc.c (init_callproc): code cleanup.
|
|
4449
|
|
4450 * free-hook.c (malloc):
|
|
4451 (check_malloc):
|
|
4452 (__free_hook):
|
|
4453 (__malloc_hook):
|
|
4454 (__realloc_hook):
|
|
4455 (block_input_malloc):
|
|
4456 (block_input_realloc):
|
|
4457 * device-x.c (x_delete_device):
|
|
4458 * emacs.c (voodoo_free_hook):
|
|
4459 * events.c (print_event):
|
|
4460 (CHECK_EVENT_TYPE):
|
|
4461 (CHECK_EVENT_TYPE2):
|
|
4462 (CHECK_EVENT_TYPE3):
|
|
4463 Use proper prototypes.
|
|
4464 Make C_E_T macros a little faster.
|
|
4465 Pedantic fiddly little changes. You really don't care.
|
|
4466
|
|
4467 1998-12-22 Andy Piper <andy@xemacs.org>
|
|
4468
|
|
4469 * redisplay-output.c (redisplay_clear_region): make sure that
|
|
4470 fg/bg colors get set even when we are in the border area.
|
|
4471
|
|
4472 1998-12-13 Martin Buchholz <martin@xemacs.org>
|
|
4473
|
|
4474 * console-msw.c: Function definitions follow coding standards
|
|
4475 - This prevents e.g. find-tag on Lisp_Event finding DEVENT
|
|
4476
|
|
4477 1998-12-11 Martin Buchholz <martin@xemacs.org>
|
|
4478
|
|
4479 * events.h (struct timeout_data):
|
|
4480 * event-tty.c (tty_timeout_to_emacs_event):
|
|
4481 * event-msw.c (mswindows_wm_timer_callback):
|
|
4482 * event-Xt.c (Xt_timeout_to_emacs_event):
|
|
4483 * event-msw.c (mswindows_cancel_dispatch_event):
|
|
4484 Make sure Lisp_Objects inside events are initialized to Qnil, not
|
|
4485 Qnull_pointer, which is now illegal.
|
|
4486
|
|
4487 1998-12-10 Martin Buchholz <martin@xemacs.org>
|
|
4488
|
|
4489 * lisp.h: Fix up prototypes to match alloc.c
|
|
4490
|
|
4491 1998-12-08 Martin Buchholz <martin@xemacs.org>
|
|
4492
|
|
4493 * windowsnt.h: Remove `support' for using index and rindex
|
|
4494
|
|
4495 * filelock.c (current_lock_owner):
|
|
4496 - Change uses of index -> strchr, rindex -> strrchr
|
|
4497
|
|
4498 1998-12-07 Martin Buchholz <martin@xemacs.org>
|
|
4499
|
|
4500 * sysdep.c (set_descriptor_non_blocking):
|
|
4501 Since O_NONBLOCK is now always #defined, make use of fcntl
|
|
4502 conditional on F_SETFL being defined.
|
|
4503
|
|
4504 * console-msw.c (DHEADgER):
|
|
4505 (DOPAQUE_DATA):
|
|
4506 (DEVENT):
|
|
4507 (DCONS):
|
|
4508 (DCONSCDR):
|
|
4509 (DSTRING):
|
|
4510 (DVECTOR):
|
|
4511 (DSYMBOL):
|
|
4512 (DSYMNAME):
|
|
4513 - max_align_t should not be visible to the user of the
|
|
4514 XOPAQUE_DATA macro.
|
|
4515 - use Bufbyte instead of char
|
|
4516 - parens around (FOOP (obj)) are always redundant.
|
|
4517 If they were necessary, we should fix the macro instead.
|
|
4518 - Always use string_data(foo) instead of foo->data.
|
|
4519
|
|
4520
|
|
4521 1998-12-06 Martin Buchholz <martin@xemacs.org>
|
|
4522
|
|
4523 * frame-msw.c (mswindows_init_frame_1):
|
|
4524 - use make_lisp_hash_table, not Fmake_hash_table
|
|
4525 - include elhash.h
|
|
4526
|
|
4527 * lisp.h:
|
|
4528 * alloc.c (make_vector): remove travesty
|
|
4529 (Fmake_vector):
|
|
4530 (make_pure_vector):
|
|
4531 (pure_cons):
|
|
4532 (make_bit_vector_internal):
|
|
4533 (make_bit_vector):
|
|
4534 (make_bit_vector_from_byte_vector):
|
|
4535 (Fmake_bit_vector):
|
|
4536 - make vector_equal a little faster.
|
|
4537 - Don't use variable name `new'.
|
|
4538 - Use size_t instead of EMACS_INT.
|
|
4539 - usual Martin-style pointless bit-twiddling.
|
|
4540
|
|
4541 * fns.c (mapcar1):
|
|
4542 (Fmapconcat):
|
|
4543 (Fmapcar):
|
|
4544 (Fmapvector):
|
|
4545 Make mapcar faster. In particular, make
|
|
4546 (mapc #'identity long-string)
|
|
4547 MUCH faster under Mule.
|
|
4548 * tests/automated/lisp-tests.el: Test 'em!
|
|
4549
|
|
4550 * bytecode.c (Ffetch_bytecode): Fix crash when loading lazy-loaded
|
|
4551 bytecode.
|
|
4552
|
|
4553 1998-12-01 Martin Buchholz <martin@xemacs.org>
|
|
4554
|
|
4555 * menubar-x.c (menu_item_descriptor_to_widget_value_1): Always use
|
|
4556 Qnil, not NULL, to initialize `null' Lisp_Objects.
|
|
4557
|
|
4558 1998-11-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
4559
|
|
4560 * specifier.c (display_table_validate): Update.
|
|
4561
|
|
4562 * redisplay.c (create_text_block): Use them.
|
|
4563
|
|
4564 * glyphs.c (display_table_entry): New function.
|
|
4565 (get_display_tables): Ditto.
|
|
4566
|
|
4567 1998-12-15 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
4568
|
|
4569 * eldap.c (toplevel): Mention that eldap.c compiles with
|
|
4570 OpenLDAP libs
|
|
4571 (Fldap_open): Use `GET_C_STRING_OS_DATA_ALLOCA'
|
|
4572 (Fldap_search_internal): Ditto
|
|
4573
|
|
4574 1998-12-11 Martin Buchholz <martin@xemacs.org>
|
|
4575
|
|
4576 * event-msw.c (mswindows_cancel_dispatch_event):
|
|
4577 Gratuitous code prettification
|
|
4578
|
|
4579
|
|
4580 1998-12-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
4581
|
|
4582 * fns.c (Fnconc): Fix use of wrong_type_argument().
|
|
4583
|
|
4584 * floatfns.c (Ffloat): Fix docstring.
|
|
4585 (Ffloat): Fix use of wrong_type_argument().
|
|
4586 (Fabs): Ditto.
|
|
4587 (extract_float): Ditto.
|
|
4588 (Fceiling): Ditto.
|
|
4589 (Fround): Ditto.
|
|
4590 (Ftruncate): Ditto.
|
|
4591
|
|
4592 1998-12-06 Martin Buchholz <martin@xemacs.org>
|
|
4593
|
|
4594 * frame-msw.c (mswindows_init_frame_1):
|
|
4595 - use make_lisp_hash_table, not Fmake_hash_table
|
|
4596 - include elhash.h
|
|
4597
|
|
4598 * lisp.h:
|
|
4599 * alloc.c (make_vector): remove travesty
|
|
4600 (Fmake_vector):
|
|
4601 (make_pure_vector):
|
|
4602 (pure_cons):
|
|
4603 (make_bit_vector_internal):
|
|
4604 (make_bit_vector):
|
|
4605 (make_bit_vector_from_byte_vector):
|
|
4606 (Fmake_bit_vector):
|
|
4607 - make vector_equal a little faster.
|
|
4608 - Don't use variable name `new'.
|
|
4609 - Use size_t instead of EMACS_INT.
|
|
4610 - usual Martin-style pointless bit-twiddling.
|
|
4611
|
|
4612 * fns.c (mapcar1):
|
|
4613 (Fmapconcat):
|
|
4614 (Fmapcar):
|
|
4615 (Fmapvector):
|
|
4616 Make mapcar faster. In particular, make
|
|
4617 (mapc #'identity long-string)
|
|
4618 MUCH faster under Mule.
|
|
4619 * tests/automated/lisp-tests.el: Test 'em!
|
|
4620
|
|
4621 * bytecode.c (Ffetch_bytecode): Fix crash when loading lazy-loaded
|
|
4622 bytecode.
|
|
4623
|
|
4624 1998-12-02 Didier Verna <verna@inf.enst.fr>
|
|
4625
|
|
4626 * menubar-x.c (menu_item_descriptor_to_widget_value_1): set the
|
|
4627 accelerator field to nil for labels.
|
|
4628
|
|
4629 1998-12-16 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
4630
|
|
4631 * menubar-msw.c (displayable_menu_item):
|
|
4632 Escape occurrences of '&' and support occurrences of the
|
|
4633 '%_' accelerator indicator in menus.
|
|
4634
|
|
4635 1998-11-26 Didier Verna <verna@inf.enst.fr>
|
|
4636
|
|
4637 * dired.c (Fdirectory_files): use make_string instead of
|
|
4638 make_ext_string on the filename. The conversion external->internal
|
|
4639 format is already done in sys_readdir.
|
|
4640
|
|
4641 1998-12-15 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
4642
|
|
4643 * glyphs.c (normalize_image_instantiator): GCPRO instantiator
|
|
4644
|
|
4645 1998-12-16 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
4646
|
|
4647 * event-msw.c
|
|
4648 (Belatedly) added Kirill to list of file's authors.
|
|
4649 emacs_mswindows_quit_p: Don't process WM_PAINT messages in
|
|
4650 quit checking. WM_PAINT messages cause redisplay, but
|
|
4651 windows' states are not necessarily stable when this function
|
|
4652 gets called.
|
|
4653
|
|
4654 1998-12-17 Andy Piper <andy@xemacs.org>
|
|
4655
|
|
4656 * strftime.c (zone_name): CONSTify.
|
|
4657
|
|
4658 1998-12-15 Andy Piper <andy@xemacs.org>
|
|
4659
|
|
4660 * glyphs-msw.c (mswindows_combo_instantiate): ditto.
|
|
4661 (mswindows_widget_property): return Qunbound when no property available.
|
|
4662 (mswindows_button_property): ditto.
|
|
4663 (mswindows_combo_property): ditto.
|
|
4664 (mswindows_widget_set_property): ditto.
|
|
4665
|
|
4666 * glyphs-widget.c (check_valid_item_list): use properties.
|
|
4667
|
|
4668 * glyphs.h (struct Lisp_Image_Instance): we have properties now.
|
|
4669
|
|
4670 * glyphs.c (Fset_image_instance_property): allow setting of arbitrary properties.
|
|
4671 (Fimage_instance_property): ditto.
|
|
4672 * glyphs-widget.c (widget_property): ditto.
|
|
4673 (widget_set_property): ditto.
|
|
4674
|
|
4675 * frame-msw.c (mswindows_set_frame_pointer): SetCursor() as well
|
|
4676 as setting the class cursor so that GC actually changes the
|
|
4677 cursor.
|
|
4678
|
|
4679 * config.h: don't undef MAIL_USE_POP.
|
|
4680
|
|
4681 1998-12-13 Andy Piper <andy@xemacs.org>
|
|
4682
|
|
4683 * glyphs-msw.c
|
|
4684 (image_instantiator_format_create_glyphs_mswindows): line ->
|
|
4685 label.
|
|
4686 (mswindows_label_instantiate): ditto. Play with window flags.
|
|
4687 (image_instantiator_format_create_glyphs_mswindows): ditto.
|
|
4688 (vars_of_glyphs_mswindows): provide Qlabel as we support it now.
|
|
4689
|
|
4690 * glyphs-widget.c (widget_instantiate_1): re-jig autosizing to
|
|
4691 cope with lines and labels.
|
|
4692 (static_instantiate): use widget_instantiate_1.
|
|
4693 line -> label.
|
|
4694 (image_instantiator_format_create_glyphs_widget): ditto.
|
|
4695
|
|
4696 1998-12-10 Andy Piper <andy@xemacs.org>
|
|
4697
|
|
4698 * Makefile.in.in (objs): add gui.o
|
|
4699
|
|
4700 1998-12-10 Andy Piper <andy@xemacs.org>
|
|
4701
|
|
4702 * gui.c: adjust defines of HAVE_POPUPS so that we can build with
|
|
4703 no window system.
|
|
4704
|
|
4705 1998-12-09 Andy Piper <andy@xemacs.org>
|
|
4706
|
|
4707 * glyphs.c (finalize_image_instance): mark glyphs changed when an
|
|
4708 image instance is removed so that the subwindow cache gets reset
|
|
4709 and thus destroyed images get GC'd.
|
|
4710
|
|
4711 1998-12-08 Andy Piper <andy@xemacs.org>
|
|
4712
|
|
4713 * gui-msw.c (mswindows_handle_gui_wm_command): call
|
|
4714 MARK_SUBWINDOWS_CHANGED.
|
|
4715
|
|
4716 * glyphs-msw.c (mswindows_finalize_image_instance): make sure
|
|
4717 subwindows really get deleted.
|
|
4718
|
|
4719 * redisplay.c: new variable subwindows_changed[_set].
|
|
4720 (redisplay_window): use it.
|
|
4721 (redisplay_frame): ditto.
|
|
4722 (redisplay_device): ditto.
|
|
4723 (redisplay_without_hooks): ditto.
|
|
4724
|
|
4725 * device.h (MARK_DEVICE_SUBWINDOWS_CHANGED): new macro for
|
|
4726 subwindows redisplay as per glyphs equivalent.
|
|
4727 * redisplay.h: ditto.
|
|
4728 (MARK_SUBWINDOWS_CHANGED): ditto.
|
|
4729 (RESET_CHANGED_SET_FLAGS): ditto.
|
|
4730 * frame.h (MARK_FRAME_SUBWINDOWS_CHANGED): ditto.
|
|
4731
|
|
4732 1998-12-07 Andy Piper <andy@xemacs.org>
|
|
4733
|
|
4734 * frame.c (Fmake_frame): reset subwindow cachels on non-stream
|
|
4735 frames.
|
|
4736
|
|
4737 * redisplay.c (redisplay_frame): invalidate subwindow cachels.
|
|
4738
|
|
4739 * event-msw.c (mswindows_wnd_proc): catch the various WM_CTLCOLOR*
|
|
4740 messages and paint widget glyphs as appropriate with their face fg
|
|
4741 & bg.
|
|
4742
|
|
4743 1998-12-06 Andy Piper <andy@xemacs.org>
|
|
4744
|
|
4745 * glyphs-msw.c (vars_of_glyphs_mswindows): provide widget types
|
|
4746 here rather than in glyphs-widget - do this because we only want
|
|
4747 to provide what is really available.
|
|
4748
|
|
4749 * glyphs.c (Fimage_instance_property): new function to get the
|
|
4750 properties of image instances. wires through to console specific
|
|
4751 methods and then to widget specific methods.
|
|
4752 (Fset_image_instance_property): ditto but for setting widget properties.
|
|
4753 (check_valid_face): make extern so that it can be used elsewhere.
|
|
4754
|
|
4755 * glyphs-widget.c (widget_property): new function. gets the
|
|
4756 properties of widgets in general and wires the function through to
|
|
4757 widget specific ones.
|
|
4758 (widget_set_property): ditto but for setting widget properties.
|
|
4759
|
|
4760 * glyphs-msw.c (mswindows_combo_instantiate): Add functionality to
|
|
4761 add items to the list. Play with window styles a bit to get the
|
|
4762 desired effect.
|
|
4763 (mswindows_widget_property): break out specific widget properties.
|
|
4764 (mswindows_button_property): new function. gets the checked state
|
|
4765 of a button.
|
|
4766 (mswindows_combo_property): new function. gets the current
|
|
4767 selection in the combo box.
|
|
4768 (mswindows_widget_set_property): new function. sets specific
|
|
4769 properties of specific widgets.
|
|
4770
|
|
4771 * glyphs-widget.c (check_valid_item_list): new function. check
|
|
4772 that items for a combo-box are just a list of strings.
|
|
4773 (combo_validate): new function. check there is an item list.
|
|
4774 (widget_instantiate_1): new function. renamed from
|
|
4775 widget_instantiate so that we can do slightly different things for
|
|
4776 other widgets.
|
|
4777 (widget_instantiate): call widget_instantiate_1.
|
|
4778 (combo_instantiate): new function to instantiate combo boxes,
|
|
4779 defaults height to the pixel height of the number of items in the
|
|
4780 box.
|
|
4781 (syms_of_glyphs_widget): move widget keywords here.
|
|
4782 (image_instantiator_format_create_glyphs_widget): use new combo
|
|
4783 functions.
|
|
4784
|
|
4785 1998-12-04 Andy Piper <andy@xemacs.org>
|
|
4786
|
|
4787 * event-msw.c (mswindows_wnd_proc): mule-ize.
|
|
4788
|
|
4789 * glyphs.c (pixmap_to_lisp_data): mule-ize.
|
|
4790
|
|
4791 * glyphs-msw.c (extract_xpm_color_names): mule-ize.
|
|
4792 (resource_name_to_resource): ditto.
|
|
4793 (mswindows_resource_instantiate): ditto.
|
|
4794 (mswindows_widget_instantiate): ditto.
|
|
4795 (mswindows_widget_set_property): ditto.
|
|
4796
|
|
4797 * redisplay-output.c (redisplay_output_subwindow): don't show
|
|
4798 subwindows if they are obscured at the edge of the frame, emacs
|
|
4799 gets into some sort of redisplay loop otherwise.
|
|
4800
|
|
4801 * gui.h: prototype gui_item_selected_p.
|
|
4802
|
|
4803 * gui.c (gui_item_selected_p): new function to determine the
|
|
4804 selected state of a gui_item.
|
|
4805
|
|
4806 * frame.h (struct frame): add subwindows_changed flag.
|
|
4807
|
|
4808 * redisplay.c (redisplay_frame): call update_frame_subwindows ().
|
|
4809
|
|
4810 * glyphs.c (update_subwindow): new function to update a
|
|
4811 subwindow's state.
|
|
4812 (update_frame_subwindows): new function to update all the
|
|
4813 subwindows on a frame.
|
|
4814
|
|
4815 * console.h (struct console_methods): add update_subwindow.
|
|
4816
|
|
4817 * glyphs-msw.c (mswindows_widget_property): return selected state
|
|
4818 for selected property.
|
|
4819 (mswindows_update_subwindow): new function. updates widget glyphs
|
|
4820 in redisplay as per menubars or toolbars e.g. selected state.
|
|
4821 (console_type_create_glyphs_mswindows): add update_subwindow.
|
|
4822
|
|
4823 1998-12-03 Andy Piper <andy@xemacs.org>
|
|
4824
|
|
4825 * console-tty.c (syms_of_console_tty): MULE -> FILE_CODING since
|
|
4826 tty coding system things are such.
|
|
4827
|
|
4828 * glyphs-widget.c (widget_face_font_info): new function for
|
|
4829 pulling out height and width metrics for a widget's face.
|
|
4830 (widget_text_to_pixel_conversion): calculate pixel sizes of text
|
|
4831 for widgets.
|
|
4832
|
|
4833 * event-msw.c (mswindows_drain_windows_queue): translate messages
|
|
4834 that are destined for subwindows. This makes edit fields interact
|
|
4835 with the keyboard correctly.
|
|
4836 nuke warnings by #ifndef'ing out stuff not required by msg select().
|
|
4837
|
|
4838 * glyphs.h (INITIALIZE_IMAGE_INSTANTIATOR_FORMAT_NO_SYM): new
|
|
4839 macro defining the iiforma without the symbol required by widget.
|
|
4840 (INITIALIZE_IMAGE_INSTANTIATOR_FORMAT): use it.
|
|
4841
|
|
4842 * general.c (syms_of_general): add Qwidget, Qselected.
|
|
4843
|
|
4844 * faces.c (complex_vars_of_faces): add widget face inheriting from
|
|
4845 gui-element face.
|
|
4846
|
|
4847 1998-11-09 Andy Piper <andy@xemacs.org>
|
|
4848
|
|
4849 * window.h (struct window): add a cache of subwindows on a
|
|
4850 per-window basis.
|
|
4851
|
|
4852 * window.c (mark_window): mark the subwindow_instance_cache.
|
|
4853 (allocate_window): initialise the subwindow instance_cache.
|
|
4854
|
|
4855 * toolbar-x.c (x_output_toolbar): call redisplay_clear_region
|
|
4856 instead of the devmeth.
|
|
4857 (x_clear_toolbar): ditto.
|
|
4858
|
|
4859 * redisplay-x.c (x_output_display_block): call
|
|
4860 redisplay_output_subwindow for subwindows and widgets.
|
|
4861
|
|
4862 * redisplay-tty.c (tty_output_display_block): add IMAGE_WIDGET to
|
|
4863 types to do nothing for.
|
|
4864
|
|
4865 * lisp.h: declare new widget/subwindow symbols.
|
|
4866
|
|
4867 * glyphs.c (image_instantiate): cache subwindows on a per-window
|
|
4868 basis.
|
|
4869 (subwindow_possible_dest_types): new function for subwindow dest
|
|
4870 types.
|
|
4871 (subwindow_instantiate): generic instantiation of a
|
|
4872 subwindow. specialised by device multi-methods.
|
|
4873 (Fsubwindowp): moved from glyphs-x.c. adapted for glyph-based
|
|
4874 subwindows.
|
|
4875 (Fimage_instance_subwindow_id): ditto.
|
|
4876 (Fresize_subwindow): ditto.
|
|
4877 (Fforce_subwindow_map): ditto.
|
|
4878
|
|
4879 * glyphs-x.c (x_print_image_instance): remove subwindow
|
|
4880 stuff. Handled genrically in glyphs.c.
|
|
4881 (x_image_instance_equal): ditto.
|
|
4882 (x_image_instance_hash): ditto.
|
|
4883 (x_finalize_image_instance): delete subwindows when required.
|
|
4884 (mark_subwindow) (print_subwindow) (finalize_subwindow)
|
|
4885 (subwindow_hash) (Fmake_subwindow): deleted because of new,
|
|
4886 glyph-based, subwindow implementation.
|
|
4887 (Fsubwindow_height) (Fsubwindow_width) (Fsubwindow_xid): aliased
|
|
4888 in glyphs.el
|
|
4889 (Fsubwindowp) (Fresize_subwindow) (Fforce_subwindow_map): moved to
|
|
4890 glyphs.c.
|
|
4891 (x_unmap_subwindow): new function to unmap X subwindows.
|
|
4892 (x_map_subwindow): new function to map X subwindows.
|
|
4893 (x_subwindow_instantiate): new function to instantiate X
|
|
4894 subwindows.
|
|
4895 (x_resize_subwindow): new function to resize X subwindows.
|
|
4896 (console_type_create_glyphs_x): add subwindow functions.
|
|
4897 (image_instantiator_format_create_glyphs_x): add device
|
|
4898 multi-methods for xpm, xbm and subwindow.
|
|
4899
|
|
4900 * glyphs.el (subwindow-xid): old alias for new subwindow functions.
|
|
4901 (subwindow-width): ditto.
|
|
4902 (subwindow-height): ditto.
|
|
4903
|
|
4904 * glyphs-msw.c (mswindows_widget_instantiate): new function for
|
|
4905 generally instantiating ms subwindows. Used by
|
|
4906 mswindows_*_instantiate.
|
|
4907 (mswindows_edit_instantiate): instantiate an edit field on a
|
|
4908 mswindows frame.
|
|
4909
|
|
4910 1998-11-04 Andy Piper <andy@xemacs.org>
|
|
4911
|
|
4912 * symsinit.h: declare new functions.
|
|
4913
|
|
4914 * redisplay.h: declare new functions.
|
|
4915
|
|
4916 * redisplay-x.c (x_output_display_block): call
|
|
4917 redisplay_clear_region rather than x_clear_region.
|
|
4918 (x_output_string): ditto.
|
|
4919 (x_output_pixmap): ditto.
|
|
4920 (x_clear_to_window_end): ditto.
|
|
4921 (x_output_eol_cursor): ditto.
|
|
4922 (x_clear_region): only do X specific things. other duties handled
|
|
4923 in redisplay_clear_region.
|
|
4924
|
|
4925 * redisplay-tty.c (tty_clear_region): do tty specific things - some
|
|
4926 duties moved to redisplay_clear_region.
|
|
4927
|
|
4928 * redisplay-output.c (clear_left_border): use
|
|
4929 redisplay_clear_region instead of device method.
|
|
4930 (clear_right_border): ditto.
|
|
4931 (output_display_line): ditto.
|
|
4932 (redisplay_output_subwindow): ditto.
|
|
4933 (redisplay_clear_top_of_window): ditto.
|
|
4934 (redisplay_clear_region): perform duties previously handled by
|
|
4935 device methods. call the appropriate device method at the
|
|
4936 end. unmap subwindows if necessary.
|
|
4937
|
|
4938 * redisplay-msw.c (mswindows_output_string): use
|
|
4939 redisplay_clear_region instead of mswindows_clear_region.
|
|
4940 (mswindows_clear_to_window_end): ditto.
|
|
4941 (mswindows_output_display_block): output subwindows when required.
|
|
4942 (mswindows_clear_region): only do mswindows specific things,
|
|
4943 everything else is now handled in redisplay_clear_region.
|
|
4944
|
|
4945 * gui.h: add item id hash defines and declare function prototypes.
|
|
4946
|
|
4947 * gui.c (mark_gui_item): new function for marking gui_items.
|
|
4948 (gui_item_hash): generic hash function for generating command ids
|
|
4949 for gui_items.
|
|
4950
|
|
4951 * gui-msw.c: new file.
|
|
4952 (mswindows_handle_gui_wm_command): new function to handle widget
|
|
4953 callbacks.
|
|
4954
|
|
4955 * glyphs.h (MAYBE_IIFORMAT_DEVMETH): new function for device
|
|
4956 multi-methods.
|
|
4957 (IIFORMAT_HAS_SHARED_METHOD): ditto.
|
|
4958 (DEFINE_DEVICE_IIFORMAT): ditto.
|
|
4959 (INITIALIZE_DEVICE_IIFORMAT): ditto.
|
|
4960 (struct Lisp_Image_Instance): add widget and subwindow data plus
|
|
4961 appropriate access functions.
|
|
4962
|
|
4963 * glyphs.c (decode_device_ii_format): new function for decoding
|
|
4964 image instantiator functions based on a device type as well as an
|
|
4965 image format.
|
|
4966 (decode_image_instantiator_format): just call
|
|
4967 decode_device_ii_format with nil device.
|
|
4968 (add_entry_to_device_ii_format_list): new function for per device
|
|
4969 method instances.
|
|
4970 (add_entry_to_image_instantiator_format_list): just call
|
|
4971 add_entry_to_device_ii_format_list with nil device.
|
|
4972 (check_valid_vector): new function.
|
|
4973 (instantiate_image_instantiator): instantiate using per-format
|
|
4974 method and then per-format-per-device method (device
|
|
4975 multi-methods). signal an error if neither is possible.
|
|
4976 (mark_image_instance): cope with subwindows and widgets.
|
|
4977 (print_image_instance): ditto.
|
|
4978 (image_instance_equal): ditto.
|
|
4979 (image_instance_hash): ditto.
|
|
4980 (allocate_glyph): ditto.
|
|
4981 (glyph_width): ditto.
|
|
4982 (glyph_height_internal): ditto.
|
|
4983 (xpm_instantiate): removed because of device multi-methods.
|
|
4984 (mark_subwindow_cachels): new cachel functions for caching
|
|
4985 instantiated subwindows on a per-frame basis. mostly copied from
|
|
4986 glyph cachel functions.
|
|
4987 (update_subwindow_cachel_data): ditto.
|
|
4988 (add_subwindow_cachel): ditto.
|
|
4989 (get_subwindow_cachel_index): ditto.
|
|
4990 (reset_subwindow_cachels): ditto.
|
|
4991 (mark_subwindow_cachels_as_not_updated): ditto.
|
|
4992 (unmap_subwindow): generic unmapping of subwindows based on cachel
|
|
4993 data.
|
|
4994 (map_subwindow): ditto.
|
|
4995 (initialize_subwindow_image_instance): generic initialisation of
|
|
4996 subwindow data.
|
|
4997 (syms_of_glyphs): add widget keywords.
|
|
4998
|
|
4999 * glyphs-x.h (struct x_subwindow_data): convert Lisp_Subwindow to
|
|
5000 x_subwindow_data.
|
|
5001
|
|
5002 1998-11-04 Andy Piper <andy@xemacs.org>
|
|
5003
|
|
5004 * glyphs-widget.c: new file for instantiating widget type glyphs.
|
|
5005 (widget_possible_dest_types): new general dest type function for
|
|
5006 widgets.
|
|
5007 (widget_validate): ditto.
|
|
5008 (initialize_widget_image_instance): ditto
|
|
5009 (widget_instantiate): ditto. Sets up fg/bg, gui_item parsing
|
|
5010 before handing on control to device multi-methods.
|
|
5011 (syms_of_glyphs_widget): new function.
|
|
5012 (image_instantiator_format_create_glyphs_widget): new function,
|
|
5013 added placeholders for button, edit, combo, scrollbar
|
|
5014 (vars_of_glyphs_widget): new function.
|
|
5015
|
|
5016 * glyphs-msw.h (WIDGET_INSTANCE_MSWINDOWS_HANDLE): new define for
|
|
5017 storing window ids of widgets.
|
|
5018
|
|
5019 * glyphs-msw.c (mswindows_finalize_image_instance): cope with
|
|
5020 deletion of widget and subwindow glyphs.
|
|
5021 (mswindows_unmap_subwindow): new device function for unmapping
|
|
5022 subwindows on a msw frame.
|
|
5023 (mswindows_map_subwindow): ditto.
|
|
5024 (mswindows_register_image_instance): register instantiated widgets
|
|
5025 with the widget hastable.
|
|
5026 (mswindows_button_instantiate): instantiate a button type widget
|
|
5027 on an msw frame.
|
|
5028 (mswindows_subwindow_instantiate): instanttiate a subwindow on a
|
|
5029 mswindows frame.
|
|
5030 (image_instantiator_format_create_glyphs_mswindows): add device
|
|
5031 multi-methods for xbm, xpm, subwindow, edit and button.
|
|
5032
|
|
5033 * frame.h (struct frame): add subwindow_cachels dynarr for caching
|
|
5034 information about subwindows visible on the current frame. used by
|
|
5035 redisplay_clear_region to unmap subwindows as required.
|
|
5036
|
|
5037 * frame.c (mark_frame): mark subwindow_cachels.
|
|
5038 (allocate_frame_core): instantiate subwindow_cachels.
|
|
5039
|
|
5040 * frame-msw.c (mswindows_init_frame_1): instntiate and mark the
|
|
5041 widget hashtable.
|
|
5042
|
|
5043 * event-msw.c (mswindows_wnd_proc): add call to
|
|
5044 mswindows_handle_gui_wm_command to handle widget callbacks.
|
|
5045
|
|
5046 * emacs.c (main_1): add calls to glyphs-widget initialisation
|
|
5047 routines.
|
|
5048
|
|
5049 * console.h (struct console_methods): add
|
|
5050 unmap/map_subwindow_method for use be redisplay_clear_region to
|
|
5051 map and unmap subwindows. Remove xpm and xbm stuff - now dealt
|
|
5052 with by image instantiator multi-methods. Add
|
|
5053 resize_subwindow_method.
|
|
5054
|
|
5055 * console-stream.c (stream_clear_region): change signature to
|
|
5056 match new generic clear region function.
|
|
5057
|
|
5058 * Makefile.in.in: add glyphs-widget.o to list of objects.
|
|
5059
|
|
5060 * console-msw.h (struct mswindows_frame): add widget hashtable for
|
|
5061 wiring command ids to callbacks.
|
|
5062
|
|
5063 1998-12-16 Andy Piper <andy@xemacs.org>
|
|
5064
|
|
5065 * XEmacs 21.2.6 is released
|
|
5066
|
|
5067 1998-12-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
5068
|
|
5069 * md5.c (Fmd5): Correctly initiate string input stream.
|
|
5070
|
|
5071 * Makefile.in.in (tests): Add md5-tests.el.
|
|
5072
|
|
5073 1998-12-06 Martin Buchholz <martin@xemacs.org>
|
|
5074
|
|
5075 * lisp.h:
|
|
5076 * alloc.c (make_vector): remove travesty
|
|
5077 (Fmake_vector):
|
|
5078 (make_pure_vector):
|
|
5079 (pure_cons):
|
|
5080 (make_bit_vector_internal):
|
|
5081 (make_bit_vector):
|
|
5082 (make_bit_vector_from_byte_vector):
|
|
5083 (Fmake_bit_vector):
|
|
5084 - make vector_equal a little faster.
|
|
5085 - Don't use variable name `new'.
|
|
5086 - Use size_t instead of EMACS_INT.
|
|
5087 - usual Martin-style pointless bit-twiddling.
|
|
5088
|
|
5089 * fns.c (mapcar1):
|
|
5090 (Fmapconcat):
|
|
5091 (Fmapcar):
|
|
5092 (Fmapvector):
|
|
5093 Make mapcar faster. In particular, make
|
|
5094 (mapc #'identity long-string)
|
|
5095 MUCH faster under Mule.
|
|
5096 * tests/automated/lisp-tests.el: Test 'em!
|
|
5097
|
|
5098 1998-12-06 Martin Buchholz <martin@xemacs.org>
|
|
5099
|
|
5100 * bytecode.c (Ffetch_bytecode): Fix crash when loading lazy-loaded
|
|
5101 bytecode.
|
|
5102
|
|
5103 1998-12-13 Martin Buchholz <martin@xemacs.org>
|
|
5104
|
|
5105 * console-msw.c: Function definitions follow coding standards
|
|
5106 - This prevents e.g. find-tag on Lisp_Event finding DEVENT
|
|
5107
|
|
5108 1998-12-11 Martin Buchholz <martin@xemacs.org>
|
|
5109
|
|
5110 * events.h (struct timeout_data):
|
|
5111 * event-tty.c (tty_timeout_to_emacs_event):
|
|
5112 * event-msw.c (mswindows_wm_timer_callback):
|
|
5113 * event-Xt.c (Xt_timeout_to_emacs_event):
|
|
5114 * event-msw.c (mswindows_cancel_dispatch_event):
|
|
5115 Make sure Lisp_Objects inside events are initialized to Qnil, not
|
|
5116 Qnull_pointer, which is now illegal.
|
|
5117
|
|
5118 1998-12-10 Martin Buchholz <martin@xemacs.org>
|
|
5119
|
|
5120 * lisp.h: Fix up prototypes to match alloc.c
|
|
5121
|
|
5122 1998-12-09 Andy Piper <andy@xemacs.org>
|
|
5123
|
|
5124 * glyphs-msw.c (init_image_instance_from_xbm_inline): don't use
|
|
5125 XSETINT for assigning lisp objects.
|
|
5126
|
|
5127 1998-12-07 Martin Buchholz <martin@xemacs.org>
|
|
5128
|
|
5129 * opaque.h:
|
|
5130 * console-msw.c (DHEADER):
|
|
5131 (DOPAQUE_DATA):
|
|
5132 (DEVENT):
|
|
5133 (DCONS):
|
|
5134 (DCONSCDR):
|
|
5135 (DSTRING):
|
|
5136 (DVECTOR):
|
|
5137 (DSYMBOL):
|
|
5138 (DSYMNAME):
|
|
5139 - max_align_t should not be visible to the user of the
|
|
5140 XOPAQUE_DATA macro.
|
|
5141 - use Bufbyte instead of char
|
|
5142 - parens around (FOOP (obj)) are always redundant.
|
|
5143 If they were necessary, we should fix the macro instead.
|
|
5144 - Always use string_data(foo) instead of foo->data.
|
|
5145
|
|
5146 1998-12-07 Martin Buchholz <martin@xemacs.org>
|
|
5147
|
|
5148 * sysdep.c (set_descriptor_non_blocking):
|
|
5149 Since O_NONBLOCK is now always #defined, make use of fcntl
|
|
5150 conditional on F_SETFL being defined.
|
|
5151
|
|
5152 1998-12-09 Andy Piper <andy@xemacs.org>
|
|
5153
|
|
5154 * menubar-msw.c (mswindows_handle_wm_command): add back in checks
|
|
5155 that got removed in the merge
|
|
5156
|
|
5157 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
5158
|
|
5159 * dired.c (vars_of_dired): bugfix for previous conditionalization
|
|
5160 of user-name-completion on non- Windows NT.
|
|
5161
|
|
5162 1998-12-08 Martin Buchholz <martin@xemacs.org>
|
|
5163
|
|
5164 * windowsnt.h: Remove `support' for using index and rindex
|
|
5165
|
|
5166 * filelock.c (current_lock_owner):
|
|
5167 - Change uses of index -> strchr, rindex -> strrchr
|
|
5168
|
|
5169 1998-12-06 Martin Buchholz <martin@xemacs.org>
|
|
5170
|
|
5171 * frame-msw.c (mswindows_init_frame_1):
|
|
5172 - use make_lisp_hash_table, not Fmake_hash_table
|
|
5173 - include elhash.h
|
|
5174
|
|
5175 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5176
|
|
5177 * XEmacs 21.2.5 is released
|
|
5178
|
|
5179 1998-11-30 Martin Buchholz <martin@xemacs.org>
|
|
5180
|
|
5181 * xselect.c (receive_incremental_selection):
|
|
5182 * xselect.c (x_get_window_property):
|
|
5183 * xmu.c (XmuReadBitmapDataFromFile):
|
|
5184 * xmu.c (XmuCursorNameToIndex):
|
|
5185 * xgccache.c (describe_gc_cache):
|
|
5186 * xgccache.c (gc_cache_lookup):
|
|
5187 * xgccache.c (free_gc_cache):
|
|
5188 * xgccache.c (make_gc_cache):
|
|
5189 * window.h:
|
|
5190 * window.c (map_windows_1):
|
|
5191 * window.c (Fother_window_for_scrolling):
|
|
5192 * window.c (window_scroll):
|
|
5193 * window.c (change_window_height):
|
|
5194 * window.c (Fsplit_window):
|
|
5195 * window.c (window_left_gutter_width):
|
|
5196 * window.c (window_modeline_height):
|
|
5197 * window.c (invalidate_vertical_divider_cache_in_window):
|
|
5198 * window.c (window_needs_vertical_divider_1):
|
|
5199 * window.c (update_mirror_internal):
|
|
5200 * window.c (SET_LAST_FACECHANGE):
|
|
5201 * widget.c (Fwidget_plist_member):
|
|
5202 * unexec.c (copy_text_and_data):
|
|
5203 * unexcw.c (copy_executable_and_dump_data_section):
|
|
5204 * tooltalk.doc:
|
|
5205 * tooltalk.c (struct Lisp_Tooltalk_Pattern):
|
|
5206 * tooltalk.c (struct Lisp_Tooltalk_Message):
|
|
5207 * toolbar.h (struct toolbar_button):
|
|
5208 * toolbar.c (default_toolbar_visible_p_changed_in_window):
|
|
5209 * toolbar.c (recompute_overlaying_specifier):
|
|
5210 * toolbar.c (toolbar_validate):
|
|
5211 * toolbar.c (toolbar_button_at_pixpos):
|
|
5212 * toolbar.c (get_toolbar_coords):
|
|
5213 * toolbar.c (update_frame_toolbars):
|
|
5214 * toolbar-x.c:
|
|
5215 * toolbar-msw.c (mswindows_handle_toolbar_wm_command):
|
|
5216 * toolbar-msw.c (mswindows_find_toolbar_pos):
|
|
5217 * toolbar-msw.c (mswindows_output_toolbar):
|
|
5218 * toolbar-msw.c (mswindows_clear_toolbar):
|
|
5219 * toolbar-msw.c:
|
|
5220 * systty.h:
|
|
5221 * syssignal.h:
|
|
5222 * sysproc.h:
|
|
5223 * sysfile.h:
|
|
5224 * sysdll.c:
|
|
5225 * sysdep.h:
|
|
5226 * sysdep.c (rmdir):
|
|
5227 * sysdep.c (sys_fopen):
|
|
5228 * sysdep.c (sys_open):
|
|
5229 * sysdep.c (tty_init_sys_modes_on_device):
|
|
5230 * sysdep.c (get_eof_char):
|
|
5231 * sysdep.c (child_setup_tty):
|
|
5232 * sysdep.c (set_descriptor_non_blocking):
|
|
5233 * syntax.h:
|
|
5234 * syntax.c (scan_words):
|
|
5235 * syntax.c:
|
|
5236 * symsinit.h:
|
|
5237 * symeval.h (struct symbol_value_varalias):
|
|
5238 * symeval.h (struct symbol_value_forward):
|
|
5239 * symbols.c (syms_of_symbols):
|
|
5240 * symbols.c (init_symbols_once_early):
|
|
5241 * symbols.c (Fbuilt_in_variable_type):
|
|
5242 * symbols.c (Fsymbol_value_in_buffer):
|
|
5243 * symbols.c (default_value):
|
|
5244 * symbols.c (Fset):
|
|
5245 * symbols.c (find_symbol_value_quickly):
|
|
5246 * symbols.c (store_symval_forwarding):
|
|
5247 * symbols.c (set_default_console_slot_variable):
|
|
5248 * symbols.c (set_default_buffer_slot_variable):
|
|
5249 * symbols.c (verify_ok_for_buffer_local):
|
|
5250 * symbols.c (symbol_is_constant):
|
|
5251 * symbols.c (oblookup):
|
|
5252 * symbols.c (Funintern):
|
|
5253 * symbols.c (Fintern):
|
|
5254 * symbols.c (check_obarray):
|
|
5255 * sunplay.c:
|
|
5256 * specifier.h (struct specifier_methods):
|
|
5257 * specifier.h:
|
|
5258 * specifier.c (specifier_instance):
|
|
5259 * specifier.c (specifier_instance_from_inst_list):
|
|
5260 * specifier.c (decode_locale_type):
|
|
5261 * specifier.c (specifier_equal):
|
|
5262 * specifier.c (finalize_specifier):
|
|
5263 * specifier.c (prune_specifiers):
|
|
5264 * specifier.c (kill_specifier_buffer_locals):
|
|
5265 * sound.c (init_native_sound):
|
|
5266 * sound.c:
|
|
5267 * signal.c (alarm):
|
|
5268 * search.c (Fmatch_data):
|
|
5269 * search.c (match_limit):
|
|
5270 * search.c (Freplace_match):
|
|
5271 * search.c (skip_chars):
|
|
5272 * search.c (scan_buffer):
|
|
5273 * search.c:
|
|
5274 * scrollbar.c (specifier_vars_of_scrollbar):
|
|
5275 * scrollbar.c (Fscrollbar_set_hscroll):
|
|
5276 * scrollbar.c (vertical_scrollbar_changed_in_window):
|
|
5277 * scrollbar.c (release_window_mirror_scrollbars):
|
|
5278 * scrollbar.c (free_scrollbar_instance):
|
|
5279 * scrollbar-x.c:
|
|
5280 * scrollbar-msw.c:
|
|
5281 * s/msdos.h (O_BINARY):
|
|
5282 * s/linux.h:
|
|
5283 * s/freebsd.h (LIBS_TERMCAP):
|
|
5284 * regex.c (re_match_2_internal):
|
|
5285 * regex.c (compile_extended_range):
|
|
5286 * regex.c (POP_FAILURE_POINT):
|
|
5287 * regex.c (PUSH_FAILURE_POINT):
|
|
5288 * redisplay.h (RESET_CHANGED_SET_FLAGS):
|
|
5289 * redisplay.h:
|
|
5290 * redisplay.h (struct display_line):
|
|
5291 * redisplay.h (struct rune):
|
|
5292 * redisplay.c (vars_of_redisplay):
|
|
5293 * redisplay.c (redisplay_variable_changed):
|
|
5294 * redisplay.c (UPDATE_CACHE_RETURN):
|
|
5295 * redisplay.c (validate_line_start_cache):
|
|
5296 * redisplay.c (mark_redisplay_structs):
|
|
5297 * redisplay.c (mark_glyph_block_dynarr):
|
|
5298 * redisplay.c (window_line_number):
|
|
5299 * redisplay.c (redisplay_frame):
|
|
5300 * redisplay.c (redisplay_window):
|
|
5301 * redisplay.c (generate_modeline):
|
|
5302 * redisplay.c (create_right_glyph_block):
|
|
5303 * redisplay.c (create_left_glyph_block):
|
|
5304 * redisplay.c (create_text_block):
|
|
5305 * redisplay.c:
|
|
5306 * redisplay-x.c (x_output_hline):
|
|
5307 * redisplay-x.c (x_output_vertical_divider):
|
|
5308 * redisplay-tty.c (tty_output_display_block):
|
|
5309 * redisplay-output.c (output_display_line):
|
|
5310 * redisplay-output.c:
|
|
5311 * redisplay-msw.c (mswindows_output_vertical_divider):
|
|
5312 * redisplay-msw.c (mswindows_ring_bell):
|
|
5313 * redisplay-msw.c (mswindows_output_cursor):
|
|
5314 * redisplay-msw.c:
|
|
5315 * rangetab.c:
|
|
5316 * ralloc.c:
|
|
5317 * puresize.h (RAW_PURESIZE):
|
|
5318 * profile.c (syms_of_profile):
|
|
5319 * profile.c (Fstart_profiling):
|
|
5320 * profile.c (sigprof_handler):
|
|
5321 * profile.c:
|
|
5322 * procimpl.h:
|
|
5323 * process.c (vars_of_process):
|
|
5324 * process.c (read_process_output):
|
|
5325 * process.c (get_process):
|
|
5326 * process.c:
|
|
5327 * process-unix.c (unix_open_multicast_group):
|
|
5328 * process-unix.c (unix_get_tty_name):
|
|
5329 * process-unix.c (unix_send_process):
|
|
5330 * process-unix.c (unix_reap_exited_processes):
|
|
5331 * process-unix.c (unix_create_process):
|
|
5332 * process-unix.c (unix_init_process_io_handles):
|
|
5333 * process-unix.c (allocate_pty):
|
|
5334 * process-unix.c:
|
|
5335 * process-nt.c (nt_open_network_stream):
|
|
5336 * process-nt.c (nt_update_status_if_terminated):
|
|
5337 * process-nt.c (nt_finalize_process_data):
|
|
5338 * process-nt.c:
|
|
5339 * print.c (debug_short_backtrace):
|
|
5340 * print.c (debug_backtrace):
|
|
5341 * print.c (print_symbol):
|
|
5342 * print.c (print_internal):
|
|
5343 * print.c (print_cons):
|
|
5344 * print.c (Fwrite_char):
|
|
5345 * print.c (print_prepare):
|
|
5346 * print.c (canonicalize_printcharfun):
|
|
5347 * print.c (output_string):
|
|
5348 * print.c:
|
|
5349 * opaque.h:
|
|
5350 * opaque.c (allocate_managed_opaque):
|
|
5351 * opaque.c:
|
|
5352 * offix.c (DndSetData):
|
|
5353 * objects.c (face_boolean_create):
|
|
5354 * objects.c (font_instantiate):
|
|
5355 * objects.c (font_create):
|
|
5356 * objects.c (color_create):
|
|
5357 * objects.c (finalize_font_instance):
|
|
5358 * objects.c (finalize_color_instance):
|
|
5359 * objects.c:
|
|
5360 * objects-x.c (x_font_instance_truename):
|
|
5361 * objects-x.c:
|
|
5362 * objects-x.c (x_initialize_font_instance):
|
|
5363 * objects-x.c (allocate_nearest_color):
|
|
5364 * objects-tty.c (tty_initialize_font_instance):
|
|
5365 * objects-tty.c (tty_initialize_color_instance):
|
|
5366 * objects-msw.c (mswindows_initialize_color_instance):
|
|
5367 * ntproc.c (syms_of_ntproc):
|
|
5368 * ntproc.c (Fwin32_set_process_priority):
|
|
5369 * ntproc.c (sys_spawnve):
|
|
5370 * ntproc.c:
|
|
5371 * ntheap.c (get_data_end):
|
|
5372 * nt.c (period):
|
|
5373 * nt.c:
|
|
5374 * nt.c (stat):
|
|
5375 * nt.c (generate_inode_val):
|
|
5376 * nt.c (sys_rename):
|
|
5377 * nas.c:
|
|
5378 * mule-wnnfns.c (Fwnn_hinsi_number):
|
|
5379 * mule-wnnfns.c (Fwnn_yuragi):
|
|
5380 * mule-wnnfns.c (Fwnn_common_learn):
|
|
5381 * mule-wnnfns.c (Fwnn_suffix_learn):
|
|
5382 * mule-wnnfns.c (Fwnn_prefix_learn):
|
|
5383 * mule-wnnfns.c (Fwnn_okuri_learn):
|
|
5384 * mule-wnnfns.c (Fwnn_complex_conv):
|
|
5385 * mule-wnnfns.c (Fwnn_last_is_first):
|
|
5386 * mule-wnnfns.c (Fwnn_bmodify_dict_add):
|
|
5387 * mule-wnnfns.c (Fwnn_notrans_dict_add):
|
|
5388 * mule-wnnfns.c (Fwnn_fiusr_dict_add):
|
|
5389 * mule-wnnfns.c (Fwnn_fisys_dict_add):
|
|
5390 * mule-wnnfns.c (Fwnn_hinsi_list):
|
|
5391 * mule-wnnfns.c (Fwnn_fuzokugo_set):
|
|
5392 * mule-wnnfns.c (Fwnn_dict_search):
|
|
5393 * mule-wnnfns.c (Fwnn_word_toroku):
|
|
5394 * mule-wnnfns.c (Fwnn_hindo_update):
|
|
5395 * mule-wnnfns.c (Fwnn_bunsetu_henkou):
|
|
5396 * mule-wnnfns.c (Fwnn_kakutei):
|
|
5397 * mule-wnnfns.c (Fwnn_begin_henkan):
|
|
5398 * mule-wnnfns.c (Fwnn_dict_comment):
|
|
5399 * mule-wnnfns.c (Fwnn_dict_add):
|
|
5400 * mule-wnnfns.c (Fwnn_open):
|
|
5401 * mule-mcpath.c (mc_getcwd):
|
|
5402 * mule-coding.c (vars_of_mule_coding):
|
|
5403 * mule-coding.c (convert_to_external_format):
|
|
5404 * mule-coding.c (encoding_marker):
|
|
5405 * mule-coding.c (decoding_marker):
|
|
5406 * mule-coding.c (Fcopy_coding_system):
|
|
5407 * mule-coding.c (Fmake_coding_system):
|
|
5408 * mule-coding.c (Fcoding_system_list):
|
|
5409 * mule-coding.c (Ffind_coding_system):
|
|
5410 * mule-coding.c (symbol_to_eol_type):
|
|
5411 * mule-coding.c:
|
|
5412 * mule-charset.c (complex_vars_of_mule_charset):
|
|
5413 * mule-charset.c (vars_of_mule_charset):
|
|
5414 * mule-charset.c (Fset_charset_ccl_program):
|
|
5415 * mule-charset.c (struct charset_list_closure):
|
|
5416 * mule-charset.c (Ffind_charset):
|
|
5417 * mule-charset.c (make_charset):
|
|
5418 * mule-charset.c (non_ascii_valid_char_p):
|
|
5419 * mule-charset.c:
|
|
5420 * mule-ccl.c (ccl_driver):
|
|
5421 * mule-canna.c (c2mu):
|
|
5422 * mule-canna.c (Fcanna_henkan_begin):
|
|
5423 * mule-canna.c (Fcanna_parse):
|
|
5424 * mule-canna.c (Fcanna_store_yomi):
|
|
5425 * mule-canna.c (Fcanna_touroku_string):
|
|
5426 * mule-canna.c (Fcanna_initialize):
|
|
5427 * minibuf.c:
|
|
5428 * menubar.c (menu_parse_submenu_keywords):
|
|
5429 * menubar-x.c (make_dummy_xbutton_event):
|
|
5430 * menubar-x.c (set_frame_menubar):
|
|
5431 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
|
|
5432 * menubar-x.c:
|
|
5433 * menubar-msw.h:
|
|
5434 * menubar-msw.c (mswindows_popup_menu):
|
|
5435 * menubar-msw.c (mswindows_update_frame_menubars):
|
|
5436 * menubar-msw.c (mswindows_handle_wm_command):
|
|
5437 * menubar-msw.c (unsafe_handle_wm_initmenu_1):
|
|
5438 * menubar-msw.c (unsafe_handle_wm_initmenupopup_1):
|
|
5439 * menubar-msw.c (update_frame_menubar_maybe):
|
|
5440 * menubar-msw.c (populate_or_checksum_helper):
|
|
5441 * menubar-msw.c (empty_menu):
|
|
5442 * menubar-msw.c:
|
|
5443 * md5.c:
|
|
5444 * marker.c (set_marker_internal):
|
|
5445 * marker.c (print_marker):
|
|
5446 * malloc.c:
|
|
5447 * make-src-depend:
|
|
5448 * lstream.c (lisp_buffer_rewinder):
|
|
5449 * lstream.c (mark_lstream):
|
|
5450 * lrecord.h:
|
|
5451 * lrecord.h (struct lrecord_header):
|
|
5452 * lread.c (readevalloop):
|
|
5453 * lread.c (locate_file):
|
|
5454 * lread.c (locate_file_in_directory):
|
|
5455 * lread.c (Flocate_file):
|
|
5456 * lread.c (load_force_doc_string_unwind):
|
|
5457 * lread.c (ebolify_bytecode_constants):
|
|
5458 * lread.c:
|
|
5459 * lisp.h:
|
|
5460 * lisp-union.h:
|
|
5461 * lisp-disunion.h:
|
|
5462 * linuxplay.c (linux_play_data_or_file):
|
|
5463 * linuxplay.c (audio_init):
|
|
5464 * line-number.c:
|
|
5465 * keymap.h:
|
|
5466 * keymap.c (describe_map):
|
|
5467 * keymap.c (describe_map_mapper):
|
|
5468 * keymap.c (Fdescribe_bindings_internal):
|
|
5469 * keymap.c (Fsingle_key_description):
|
|
5470 * keymap.c (map_keymap_sorted):
|
|
5471 * keymap.c (get_relevant_keymaps):
|
|
5472 * keymap.c (Flookup_key):
|
|
5473 * keymap.c (raw_lookup_key_mapper):
|
|
5474 * keymap.c (Fdefine_key):
|
|
5475 * keymap.c (Fevent_matches_key_specifier_p):
|
|
5476 * keymap.c (key_desc_list_to_event):
|
|
5477 * keymap.c (define_key_parser):
|
|
5478 * keymap.c (define_key_check_and_coerce_keysym):
|
|
5479 * keymap.c (keymap_submaps):
|
|
5480 * keymap.c (keymap_store_internal):
|
|
5481 * keymap.c (keymap_delete_inverse_internal):
|
|
5482 * keymap.c (keymap_store_inverse_internal):
|
|
5483 * keymap.c (print_keymap):
|
|
5484 * keymap.c (Lisp_Keymap):
|
|
5485 * keymap.c:
|
|
5486 * intl.c:
|
|
5487 * insdel.c (convert_bufbyte_string_into_emchar_dynarr):
|
|
5488 * insdel.c (make_gap):
|
|
5489 * input-method-xlib.c (get_XIM_input):
|
|
5490 * input-method-xlib.c (XIM_init_frame):
|
|
5491 * imgproc.c:
|
|
5492 * hash.h:
|
|
5493 * hash.c:
|
|
5494 * gui.c:
|
|
5495 * gui-x.c (button_item_to_widget_value):
|
|
5496 * gui-x.c (popup_selection_callback):
|
|
5497 * glyphs.h (struct image_instantiator_methods):
|
|
5498 * glyphs.c (mark_glyph_cachels):
|
|
5499 * glyphs.c (Fglyph_type):
|
|
5500 * glyphs.c (image_instantiate):
|
|
5501 * glyphs.c (image_create):
|
|
5502 * glyphs.c (make_image_instance_1):
|
|
5503 * glyphs.c (finalize_image_instance):
|
|
5504 * glyphs.c:
|
|
5505 * glyphs-x.c (finalize_subwindow):
|
|
5506 * glyphs-x.c (xface_validate):
|
|
5507 * glyphs-x.c (x_locate_pixmap_file):
|
|
5508 * glyphs-x.c (convert_EImage_to_XImage):
|
|
5509 * glyphs-msw.c:
|
|
5510 * glyphs-msw.c (mswindows_resource_instantiate):
|
|
5511 * glyphs-msw.c (xpm_to_eimage):
|
|
5512 * glyphs-msw.c (convert_EImage_to_DIBitmap):
|
|
5513 * glyphs-eimage.c (tiff_instantiate):
|
|
5514 * glyphs-eimage.c (png_instantiate):
|
|
5515 * glyphs-eimage.c (struct png_error_struct):
|
|
5516 * glyphs-eimage.c (gif_memory_storage):
|
|
5517 * glyphs-eimage.c:
|
|
5518 * gifrlib.h:
|
|
5519 * getloadavg.c (getloadavg):
|
|
5520 * getloadavg.c:
|
|
5521 * gdbinit:
|
|
5522 * free-hook.c (log_gcpro):
|
|
5523 * free-hook.c (check_malloc):
|
|
5524 * free-hook.c (check_free):
|
|
5525 * free-hook.c (ROUND_UP_TO_PAGE):
|
|
5526 * free-hook.c:
|
|
5527 * frame.h (struct frame):
|
|
5528 * frame.h:
|
|
5529 * frame.c (change_frame_size_1):
|
|
5530 * frame.c (allocate_frame_core):
|
|
5531 * frame.c:
|
|
5532 * frame-x.c (x_focus_on_frame):
|
|
5533 * frame-x.c (x_init_frame_2):
|
|
5534 * frame-x.c (x_popup_frame):
|
|
5535 * frame-x.c (xemacs_XtPopup):
|
|
5536 * frame-x.c:
|
|
5537 * frame-x.c (Foffix_start_drag_internal):
|
|
5538 * frame-x.c (x_cde_destroy_callback):
|
|
5539 * frame-x.c (x_wm_hack_wm_protocols):
|
|
5540 * frame-tty.c (tty_frame_visible_p):
|
|
5541 * frame-msw.c (mswindows_make_frame_invisible):
|
|
5542 * frame-msw.c (mswindows_after_init_frame):
|
|
5543 * frame-msw.c (mswindows_init_frame_1):
|
|
5544 * fns.c (syms_of_fns):
|
|
5545 * fns.c (Fbase64_decode_string):
|
|
5546 * fns.c (Fnconc):
|
|
5547 * fns.c (Ffillarray):
|
|
5548 * fns.c (Fobject_plist):
|
|
5549 * fns.c (Fget):
|
|
5550 * fns.c (Fcanonicalize_lax_plist):
|
|
5551 * fns.c (Fcanonicalize_plist):
|
|
5552 * fns.c (Fplist_remprop):
|
|
5553 * fns.c (Fplist_get):
|
|
5554 * fns.c (advance_plist_pointers):
|
|
5555 * fns.c (internal_plist_put):
|
|
5556 * fns.c (Fnreverse):
|
|
5557 * fns.c (Fremassq):
|
|
5558 * fns.c (Felt):
|
|
5559 * fns.c (Fsubstring):
|
|
5560 * fns.c (Fbvconcat):
|
|
5561 * fns.c (Flength):
|
|
5562 * fns.c (length_with_bytecode_hack):
|
|
5563 * fns.c (print_bit_vector):
|
|
5564 * fns.c:
|
|
5565 * floatfns.c (Ffloor):
|
|
5566 * floatfns.c:
|
|
5567 * floatfns.c (in_float_error):
|
|
5568 * fileio.c (Ffile_modes):
|
|
5569 * fileio.c (Fexpand_file_name):
|
|
5570 * fileio.c (Fmake_temp_name):
|
|
5571 * fileio.c (Ffile_name_nondirectory):
|
|
5572 * fileio.c (Ffile_name_directory):
|
|
5573 * file-coding.h:
|
|
5574 * file-coding.c (vars_of_mule_coding):
|
|
5575 * file-coding.c (convert_to_external_format):
|
|
5576 * file-coding.c (encoding_marker):
|
|
5577 * file-coding.c (decoding_marker):
|
|
5578 * file-coding.c (Fcopy_coding_system):
|
|
5579 * file-coding.c (Fmake_coding_system):
|
|
5580 * file-coding.c (struct coding_system_list_closure):
|
|
5581 * file-coding.c (Ffind_coding_system):
|
|
5582 * file-coding.c (symbol_to_eol_type):
|
|
5583 * file-coding.c:
|
|
5584 * faces.h (struct face_cachel):
|
|
5585 * faces.c (vars_of_faces):
|
|
5586 * faces.c (face_property_was_changed):
|
|
5587 * faces.c (mark_face_cachels):
|
|
5588 * faces.c (temporary_faces_list):
|
|
5589 * faces.c (struct face_list_closure):
|
|
5590 * faces.c:
|
|
5591 * extents.h (struct extent):
|
|
5592 * extents.c (vars_of_extents):
|
|
5593 * extents.c (struct copy_string_extents_1_arg):
|
|
5594 * extents.c (add_string_extents_mapper):
|
|
5595 * extents.c (Fextent_property):
|
|
5596 * extents.c (Fset_extent_property):
|
|
5597 * extents.c (symbol_to_glyph_layout):
|
|
5598 * extents.c (properties_equal):
|
|
5599 * extents.c (print_extent):
|
|
5600 * extents.c (print_extent_1):
|
|
5601 * extents.c (extent_in_region_p):
|
|
5602 * extents.c (gap_array_make_gap):
|
|
5603 * extents.c:
|
|
5604 * events.h (struct Lisp_Event):
|
|
5605 * events.h:
|
|
5606 * events.c (Fevent_properties):
|
|
5607 * events.c (format_event_object):
|
|
5608 * events.c (Fmake_event):
|
|
5609 * events.c (event_equal):
|
|
5610 * events.c (print_event):
|
|
5611 * events.c (mark_event):
|
|
5612 * event-stream.c ((read-char)
|
|
5613 * event-stream.c (vars_of_event_stream):
|
|
5614 * event-stream.c (syms_of_event_stream):
|
|
5615 * event-stream.c (Fset_recent_keys_ring_size):
|
|
5616 * event-stream.c (Fsit_for):
|
|
5617 * event-stream.c (Fnext_event):
|
|
5618 * event-stream.c (execute_help_form):
|
|
5619 * event-stream.c (maybe_kbd_translate):
|
|
5620 * event-stream.c:
|
|
5621 * event-msw.c (vars_of_event_mswindows):
|
|
5622 * event-msw.c (mswindows_wnd_proc):
|
|
5623 * event-msw.c (mswindows_need_event):
|
|
5624 * event-msw.c (mswindows_drain_windows_queue):
|
|
5625 * event-msw.c (mswindows_pump_outstanding_events):
|
|
5626 * event-msw.c:
|
|
5627 * event-msw.c (slurp_thread):
|
|
5628 * event-msw.c (struct ntpipe_slurp_stream):
|
|
5629 * event-msw.c (HANDLE_TO_USID):
|
|
5630 * event-Xt.c (emacs_Xt_handle_magic_event):
|
|
5631 * event-Xt.c (x_event_to_emacs_event):
|
|
5632 * event-Xt.c (x_reset_modifier_mapping):
|
|
5633 * event-Xt.c (x_reset_key_mapping):
|
|
5634 * event-Xt.c:
|
|
5635 * eval.c (syms_of_eval):
|
|
5636 * eval.c (warn_when_safe):
|
|
5637 * eval.c (warn_when_safe_lispobj):
|
|
5638 * eval.c (Fbacktrace_frame):
|
|
5639 * eval.c (Fbacktrace):
|
|
5640 * eval.c (top_level_set):
|
|
5641 * eval.c (unbind_to_hairy):
|
|
5642 * eval.c (specbind_magic):
|
|
5643 * eval.c (specbind_unwind_wasnt_local):
|
|
5644 * eval.c (call2_trapping_errors):
|
|
5645 * eval.c (call1_trapping_errors):
|
|
5646 * eval.c (catch_them_squirmers_call2):
|
|
5647 * eval.c (call0_trapping_errors):
|
|
5648 * eval.c (run_hook_trapping_errors):
|
|
5649 * eval.c (catch_them_squirmers_eval_in_buffer):
|
|
5650 * eval.c (call4_in_buffer):
|
|
5651 * eval.c (call3_in_buffer):
|
|
5652 * eval.c (call2_in_buffer):
|
|
5653 * eval.c (call1_in_buffer):
|
|
5654 * eval.c (call0_in_buffer):
|
|
5655 * eval.c (run_hook):
|
|
5656 * eval.c (run_hook_with_args_in_buffer):
|
|
5657 * eval.c (Fapply):
|
|
5658 * eval.c (Feval):
|
|
5659 * eval.c (do_autoload):
|
|
5660 * eval.c (un_autoload):
|
|
5661 * eval.c (Fautoload):
|
|
5662 * eval.c (Finteractive_p):
|
|
5663 * eval.c (Fcommand_execute):
|
|
5664 * eval.c (signal_quit):
|
|
5665 * eval.c (call_with_suspended_errors):
|
|
5666 * eval.c (signal_error):
|
|
5667 * eval.c (return_from_signal):
|
|
5668 * eval.c (Fcall_with_condition_handler):
|
|
5669 * eval.c (run_condition_case_handlers):
|
|
5670 * eval.c (condition_case_1):
|
|
5671 * eval.c (Funwind_protect):
|
|
5672 * eval.c (unwind_to_catch):
|
|
5673 * eval.c (internal_catch):
|
|
5674 * eval.c (Fmacroexpand_internal):
|
|
5675 * eval.c (Fuser_variable_p):
|
|
5676 * eval.c (Fdefconst):
|
|
5677 * eval.c (Fdefvar):
|
|
5678 * eval.c (Ffunction):
|
|
5679 * eval.c (signal_call_debugger):
|
|
5680 * eval.c (call_debugger):
|
|
5681 * eval.c:
|
|
5682 * emacs.c (main):
|
|
5683 * emacs.c (sort_args):
|
|
5684 * emacs.c (main_1):
|
|
5685 * elhash.h:
|
|
5686 * elhash.c:
|
|
5687 * editfns.c (Fencode_time):
|
|
5688 * editfns.c (Fdecode_time):
|
|
5689 * editfns.c (Fuser_full_name):
|
|
5690 * editfns.c:
|
|
5691 * editfns.c (save_excursion_restore):
|
|
5692 * ecrt0.c:
|
|
5693 * dynarr.c:
|
|
5694 * doprnt.c (emacs_doprnt_1):
|
|
5695 * doc.c (verify_doc_mapper):
|
|
5696 * doc.c (Fsnarf_documentation):
|
|
5697 * doc.c (Fdocumentation):
|
|
5698 * dll.c:
|
|
5699 * dired.c (user_name_completion):
|
|
5700 * dired.c (Fdirectory_files):
|
|
5701 * dialog-x.c:
|
|
5702 * dialog-msw.c:
|
|
5703 * dgif_lib.c (FreeSavedImages):
|
|
5704 * dgif_lib.c (DGifGetImageDesc):
|
|
5705 * device.h:
|
|
5706 * device.h (struct device):
|
|
5707 * device.c (Fselect_device):
|
|
5708 * device.c (allocate_device):
|
|
5709 * device.c:
|
|
5710 * device-x.c (Fx_keysym_on_keyboard_p):
|
|
5711 * device-x.c (Fx_valid_keysym_name_p):
|
|
5712 * device-x.c (x_IO_error_handler):
|
|
5713 * device-x.c (x_delete_device):
|
|
5714 * device-x.c (x_finish_init_device):
|
|
5715 * device-x.c (x_init_device):
|
|
5716 * device-x.c:
|
|
5717 * device-msw.c (mswindows_init_device):
|
|
5718 * dbxrc:
|
|
5719 * database.c (vars_of_database):
|
|
5720 * database.c (Fput_database):
|
|
5721 * database.c (Fopen_database):
|
|
5722 * database.c (berkdb_remove):
|
|
5723 * database.c (berkdb_put):
|
|
5724 * database.c (Fdatabasep):
|
|
5725 * database.c (print_database):
|
|
5726 * database.c:
|
|
5727 * data.c (vars_of_data):
|
|
5728 * data.c (syms_of_data):
|
|
5729 * data.c (init_errors_once_early):
|
|
5730 * data.c (prune_weak_lists):
|
|
5731 * data.c (finish_marking_weak_lists):
|
|
5732 * data.c (print_weak_list):
|
|
5733 * data.c (Fmod):
|
|
5734 * data.c (Fstring_to_number):
|
|
5735 * data.c (Fnumber_to_string):
|
|
5736 * data.c (Findirect_function):
|
|
5737 * data.c (Fsetcdr):
|
|
5738 * data.c (Ffloatp):
|
|
5739 * data.c (Fsubr_interactive):
|
|
5740 * data.c (Farrayp):
|
|
5741 * data.c (Fkeywordp):
|
|
5742 * data.c (Fnull):
|
|
5743 * data.c:
|
|
5744 * console.h (CONSOLE_NAME):
|
|
5745 * console.h:
|
|
5746 * console.c (vars_of_console):
|
|
5747 * console.c (Fselect_console):
|
|
5748 * console.c:
|
|
5749 * console-x.h (DEVICE_X_COLORMAP):
|
|
5750 * console-x.h (struct x_device):
|
|
5751 * console-x.c (x_device_to_console_connection):
|
|
5752 * console-tty.h (CONSOLE_TTY_FINAL_CURSOR_Y):
|
|
5753 * console-tty.c (tty_init_console):
|
|
5754 * console-tty.c:
|
|
5755 * console-msw.h (struct mswindows_frame):
|
|
5756 * conslots.h:
|
|
5757 * config.h.in:
|
|
5758 * cmds.c (internal_self_insert):
|
|
5759 * cmds.c (Fforward_line):
|
|
5760 * cmds.c (Fforward_char):
|
|
5761 * cmds.c:
|
|
5762 * cmdloop.c:
|
|
5763 * chartab.c (mark_char_table_entry):
|
|
5764 * chartab.c:
|
|
5765 * casefiddle.c (casify_word):
|
|
5766 * callproc.c (child_setup):
|
|
5767 * callproc.c (Fcall_process_internal):
|
|
5768 * callproc.c:
|
|
5769 * callint.c (Fcall_interactively):
|
|
5770 * bytecode.h:
|
|
5771 * bytecode.c (execute_rare_opcode):
|
|
5772 * bytecode.c (execute_optimized_program):
|
|
5773 * bytecode.c:
|
|
5774 * bufslots.h:
|
|
5775 * buffer.h (BUFFER_REALLOC):
|
|
5776 * buffer.h (GET_CHARPTR_INT_DATA_ALLOCA):
|
|
5777 * buffer.h (GET_CHARPTR_EXT_DATA_ALLOCA):
|
|
5778 * buffer.h:
|
|
5779 * buffer.h (MAP_INDIRECT_BUFFERS):
|
|
5780 * buffer.h (CHECK_LIVE_BUFFER):
|
|
5781 * buffer.c (init_initial_directory):
|
|
5782 * buffer.c (complex_vars_of_buffer):
|
|
5783 * buffer.c (vars_of_buffer):
|
|
5784 * buffer.c (finish_init_buffer):
|
|
5785 * buffer.c (Fget_file_buffer):
|
|
5786 * buffer.c (Fbuffer_list):
|
|
5787 * buffer.c (mark_buffer):
|
|
5788 * balloon_help.c (balloon_help_move_to_pointer):
|
|
5789 * balloon_help.c (show_help):
|
|
5790 * balloon_help.c:
|
|
5791 * backtrace.h:
|
|
5792 * alloc.c (garbage_collect_1):
|
|
5793 * alloc.c (sweep_strings):
|
|
5794 * alloc.c (sweep_compiled_functions):
|
|
5795 * alloc.c (sweep_bit_vectors_1):
|
|
5796 * alloc.c (sweep_vectors_1):
|
|
5797 * alloc.c (sweep_lcrecords_1):
|
|
5798 * alloc.c (tick_lcrecord_stats):
|
|
5799 * alloc.c (pure_string_sizeof):
|
|
5800 * alloc.c (mark_conses_in_list):
|
|
5801 * alloc.c (mark_object):
|
|
5802 * alloc.c (report_pure_usage):
|
|
5803 * alloc.c (make_pure_float):
|
|
5804 * alloc.c (make_pure_string):
|
|
5805 * alloc.c (free_managed_lcrecord):
|
|
5806 * alloc.c (mark_string):
|
|
5807 * alloc.c (noseeum_make_marker):
|
|
5808 * alloc.c (allocate_event):
|
|
5809 * alloc.c (Fbit_vector):
|
|
5810 * alloc.c (Fvector):
|
|
5811 * alloc.c (make_float):
|
|
5812 * alloc.c (Fmake_list):
|
|
5813 * alloc.c (Flist):
|
|
5814 * alloc.c (FREE_FIXED_TYPE_WHEN_NOT_IN_GC):
|
|
5815 * alloc.c (PUT_FIXED_TYPE_ON_FREE_LIST):
|
|
5816 * alloc.c (DECLARE_FIXED_TYPE_ALLOC):
|
|
5817 * alloc.c (dbg_constants):
|
|
5818 * alloc.c (gc_record_type_p):
|
|
5819 * alloc.c (free_lcrecord):
|
|
5820 * alloc.c (xmalloc):
|
|
5821 * alloc.c (NOSEEUM_INCREMENT_CONS_COUNTER):
|
|
5822 * abbrev.c:
|
|
5823 * Makefile.in.in (mostlyclean):
|
|
5824 * Makefile.in.in (external_client_xlib_objs_nonshared):
|
|
5825 * Makefile.in.in (temacs_link_args):
|
|
5826 * Makefile.in.in (release):
|
|
5827 * Makefile.in.in (dnd_objs):
|
|
5828 * Makefile.in.in (objs):
|
|
5829 * Makefile.in.in (PROGNAME):
|
|
5830 * EmacsShell.c: cast strings to (XtPointer)
|
|
5831 * EmacsFrame.c: cast strings to (XtPointer)
|
|
5832 - mega patch
|
|
5833 - rewrite basic lisp functions for speed
|
|
5834 - rewrite bytecode interpreter for speed
|
|
5835 - rewrite list looping constructs for speed and safety using
|
|
5836 tortoise/hare.
|
|
5837 - use size_t where appropriate.
|
|
5838 - new hashtable implementation
|
|
5839 - cleanup implementation of opaques
|
|
5840 - opaques can now be purecopy'ed
|
|
5841 - move some cl functionality into C for speed.
|
|
5842 - remove last remaining VMS support
|
|
5843 - spelling fixes
|
|
5844 - improve gdb/dbx debugger support
|
|
5845 - move pure.c back into alloc.c for performance
|
|
5846 - enable report_pure_usage() if --memory-usage-stats
|
|
5847 - remove remnants of Energize support (EMACS_BTL, cadillac...)
|
|
5848 - don't use symbols with leading `_' or embedded `__'
|
|
5849 - globally cleanup duplicated semicolons `;;'
|
|
5850 - I give in on %p vs %lx - we use printf("%lx",(long) p)
|
|
5851 globally.
|
|
5852 - globally replace O_NDELAY with O_NONBLOCK.
|
|
5853 - globally replace CDISABLE with _POSIX_VDISABLE.
|
|
5854 - use O_RDONLY and O_RDWR instead of magic `0' and `2'.
|
|
5855 - define (and maybe use!) STDERR_FILENO and friends.
|
|
5856 - add support for macros defined in C
|
|
5857 - `when', `unless', `not' and `defalias' now defined in C,
|
|
5858 so that they are universally available.
|
|
5859 - rename defvar_mumble to defvar_magic
|
|
5860 - rename RETURN__ to RETURN_SANS_WARNINGS
|
|
5861 - use consistent style of initial caps in error messages
|
|
5862 - implement last, butlast, nbutlast, copy-list in C.
|
|
5863 - provide typedefs for all struct Lisp_foo types
|
|
5864 - Lisp_Objects must be initialized to Qnil rather than 0.
|
|
5865 - make sure XEmacs runs (slowly) with always_gc == 1;
|
|
5866 - fast and safe LOOP_* macros
|
|
5867 - change calls to XSETOBJ to XSETFOO
|
|
5868 - replace calls to XSETINT by make_int()
|
|
5869 - plug up memory leaks
|
|
5870 - use style markobj (foo), not silly ((markobj) (foo))
|
|
5871 - use XFLOAT_DATA (obj) instead of float_data (XFLOAT (obj))
|
|
5872
|
|
5873 1998-12-02 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
5874
|
|
5875 * unexec.c: Changed a #ifndef statement to fix XEmacs on BSDI 3.0
|
|
5876
|
|
5877 1998-11-28 SL Baur <steve@altair.xemacs.org>
|
|
5878
|
|
5879 * XEmacs 21.2-beta4 is released.
|
|
5880
|
|
5881 1998-11-27 SL Baur <steve@altair.xemacs.org>
|
|
5882
|
|
5883 * mule-charset.c (complex_vars_of_mule_charset): Fix graphic
|
|
5884 property in control-1 charset.
|
|
5885 From Julian Bradfield <jcb@daimi.au.dk>
|
|
5886
|
|
5887 1998-11-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5888
|
|
5889 * gui-x.c (button_item_to_widget_value): Ignore :key-sequence
|
|
5890 keyword.
|
|
5891 Add stub for :label.
|
|
5892
|
|
5893 * gui.c (gui_item_add_keyval_pair): ditto.
|
|
5894
|
|
5895 * menubar-x.c (menu_item_descriptor_to_widget_value_1): Ignore
|
|
5896 :key-sequence keyword.
|
|
5897 Add stub for:label.
|
|
5898 Support :active for submenus like the Windows code and FSF Emacs.
|
|
5899
|
|
5900 1998-11-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
5901
|
|
5902 * dired.c (make_directory_hash_table): make_string() is OK because
|
|
5903 readdir() Mule-encapsulates.
|
|
5904
|
|
5905 1998-11-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
5906
|
|
5907 * fns.c (Fbase64_encode_string): Fix docstring.
|
|
5908 (Fbase64_decode_string): Ditto.
|
|
5909
|
|
5910 1998-11-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
5911
|
|
5912 * editfns.c (Ftranslate_region): Use
|
|
5913 convert_bufbyte_string_into_emchar_string().
|
|
5914
|
|
5915 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
5916
|
|
5917 * editfns.c (Ftranslate_region): Accept vectors and char-tables as
|
|
5918 well as strings.
|
|
5919 (Ftranslate_region): Turn table into an array of Emchars for
|
|
5920 larger regions.
|
|
5921
|
|
5922 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
5923
|
|
5924 * chartab.c (Freset_char_table): Fix wrong placement of #endif.
|
|
5925
|
|
5926 1998-11-24 Hrvoje Niksic <hniksic@srce.hr>
|
|
5927
|
|
5928 * chartab.c (Freset_char_table): Don't blindly fill chartables of
|
|
5929 type `char' with nils.
|
|
5930
|
|
5931 * chartab.c (canonicalize_char_table_value): Coerce ints to chars
|
|
5932 for tables of type `char'.
|
|
5933
|
|
5934 1998-11-26 Didier Verna <verna@inf.enst.fr>
|
|
5935
|
|
5936 * input-method-xlib.c (Initialize_Locale): don't call
|
|
5937 XtSetLanguageProc. We've done the whole work here.
|
|
5938 * input-method-xfs.c (Initialize_Locale): ditto.
|
|
5939 * input-method-motif.c (Initialize_Locale): ditto.
|
|
5940
|
|
5941 1998-11-26 Didier Verna <verna@inf.enst.fr>
|
|
5942
|
|
5943 * process-unix.c (unix_create_process): handle properly
|
|
5944 Vfile_name_coding_system for converting the program and directory
|
|
5945 names.
|
|
5946
|
|
5947 1998-11-27 SL Baur <steve@altair.xemacs.org>
|
|
5948
|
|
5949 * m/arm.h: New file.
|
|
5950 From James LewisMoss <dres@ioa.com>
|
|
5951
|
|
5952 1998-11-27 Takeshi Hagiwara <hagiwara@ie.niigata-u.ac.jp>
|
|
5953
|
|
5954 * m/mips-nec.h:
|
|
5955 Fix the realpath() problem of UnixWare2.1.3.
|
|
5956 Patches for NEC's sysv4.2 machine.
|
|
5957
|
|
5958 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
5959
|
|
5960 * dired.c (Fdirectory_files): Remove redundant code.
|
|
5961
|
|
5962 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
5963
|
|
5964 * fns.c (free_malloced_ptr): New function.
|
|
5965 (XMALLOC_OR_ALLOCA): New macro.
|
|
5966 (XMALLOC_UNBIND): Ditto.
|
|
5967 (Fbase64_encode_region): Use malloc() for large blocks; arrange it
|
|
5968 to be freed in case of non-local exit.
|
|
5969 (Fbase64_encode_string): Ditto.
|
|
5970 (Fbase64_decode_region): Ditto.
|
|
5971 (Fbase64_decode_string): Ditto.
|
|
5972 (STORE_BYTE): New macro.
|
|
5973 (base64_decode_1): Use it.
|
|
5974
|
|
5975 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
5976
|
|
5977 * fns.c (base64_value_to_char): Base64 stuff.
|
|
5978
|
|
5979 1998-11-24 Hrvoje Niksic <hniksic@srce.hr>
|
|
5980
|
|
5981 * editfns.c (Fbuffer_substring): New function.
|
|
5982
|
|
5983 * lisp.h: Declare make_string_from_buffer_no_extents().
|
|
5984
|
|
5985 * insdel.c (make_string_from_buffer_1): New function.
|
|
5986 (make_string_from_buffer_no_extents): Ditto.
|
|
5987
|
|
5988 1998-11-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
5989
|
|
5990 * linuxplay.c: Including <fcntl.h> instead of <sys/fcntl.h> makes
|
|
5991 sound work on AIX with OSS installed. Linux should still work.
|
|
5992
|
|
5993 1998-11-03 Andy Piper <andyp@parallax.co.uk>
|
|
5994
|
|
5995 * config.h.in: name change for cygwin/version.h
|
|
5996
|
|
5997 * configure.in: check for cygwin/version.h now.
|
|
5998
|
|
5999 * cygwin32.h: track CYGWIN_DLL_VERSION_MAJOR ->
|
|
6000 CYGWIN_VERSION_DLL_MAJOR name change in cygwin b20.
|
|
6001 move cygwin32/version.h to cygwin/version.h
|
|
6002
|
|
6003 1998-11-03 Olivier Galibert <galibert@pobox.com>
|
|
6004
|
|
6005 * lisp.h (struct Lisp_Bit_Vector): Fix declaration of bits from
|
|
6006 int to long.
|
|
6007
|
|
6008 1998-10-22 Andy Piper <andyp@parallax.co.uk>
|
|
6009
|
|
6010 * cygwin32.h: track CYGWIN_DLL_VERSION_MAJOR ->
|
|
6011 CYGWIN_VERSION_DLL_MAJOR name change in cygwin b20.
|
|
6012 enable BROKEN_SIGIO under b20 to make QUIT work.
|
|
6013
|
|
6014 1998-10-22 Andy Piper <andyp@parallax.co.uk>
|
|
6015
|
|
6016 * frame-msw.c (mswindows_size_frame_internal): force frame sizing
|
|
6017 to fit within the constraints of the screen size. I.e. make the
|
|
6018 frame small enough to fit and move it if some of it will be
|
|
6019 off-screen.
|
|
6020
|
|
6021 1998-10-19 Greg Klanderman <greg@alphatech.com>
|
|
6022
|
|
6023 * dired.c: conditionalize inclusion of user-name-completion
|
|
6024 primitives on non-Windows NT. The needed functions don't exist on NT.
|
|
6025
|
|
6026 1998-11-24 SL Baur <steve@altair.xemacs.org>
|
|
6027
|
|
6028 * gifrlib.h: Clean up types for 64 bit compile.
|
|
6029 * dgif_lib.c (DGifInitRead): Ditto.
|
|
6030 (MakeSavedImage): Ditto.
|
|
6031 * emacs.c (decode_path): Ditto.
|
|
6032 From Steve Carney <carney@pa.dec.com>
|
|
6033
|
|
6034 1998-10-16 William M. Perry <wmperry@aventail.com>
|
|
6035
|
|
6036 * glyphs-msw.c (bitmap_table): Fixed typo in builtin bitmaps
|
|
6037 (cehckboxes instead of checkboxes).
|
|
6038
|
|
6039 1998-10-15 SL Baur <steve@altair.xemacs.org>
|
|
6040
|
|
6041 * XEmacs 21.2-beta3 is released.
|
|
6042
|
|
6043 1998-10-13 Raymond Toy <toy@rtp.ericsson.se>
|
|
6044
|
|
6045 * runemacs.c (WinMain): If the basename is "rungnuclient.exe", run
|
|
6046 gnuclient. Otherwise, we run xemacs as we always did. This gets
|
|
6047 rid of the annoying DOS window when running gnuclient.
|
|
6048
|
|
6049 1998-10-13 Andy Piper <andyp@parallax.co.uk>
|
|
6050
|
|
6051 * dragdrop.c (vars_of_dragdrop): rename HAVE_MSWINDOWS ->
|
|
6052 HAVE_MS_WINDOWS typo.
|
|
6053
|
|
6054 1998-10-13 SL Baur <steve@altair.xemacs.org>
|
|
6055
|
|
6056 * process-unix.c (unix_send_process): Set closed flag on writable
|
|
6057 pipe after SIGPIPE is received and before we call deactivate_process.
|
|
6058
|
|
6059 1998-10-03 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
6060
|
|
6061 * window.c (Fset_window_start): respect narrowing when
|
|
6062 checking wheter start is at the beginning of a line.
|
|
6063 (Fset_window_buffer): Ditto
|
|
6064 Fixes repeatable crash in VM.
|
|
6065
|
|
6066 1998-10-09 SL Baur <steve@altair.xemacs.org>
|
|
6067
|
|
6068 * window.c (specifier_vars_of_window): Set default vertical
|
|
6069 divider width to 1 on ttys.
|
|
6070
|
|
6071 1998-10-08 Martin Buchholz <martin@xemacs.org>
|
|
6072
|
|
6073 * alloc.c:
|
|
6074 * unexec.c:
|
|
6075 * malloc.c:
|
|
6076 Add <stddef.h> to get ptrdiff_t declaration
|
|
6077
|
|
6078 1998-10-07 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
6079
|
|
6080 * scrollbar-msw.c: Use the same vertical scrollbar drag hack as
|
|
6081 is used for Motif or Lucid scrollbars under X.
|
|
6082
|
|
6083 1998-10-08 Pierre Wendling <pw@ebc.vbe.dec.com>
|
|
6084
|
|
6085 * m/alpha.h (UNEXEC): quoted to avoid bad expansion when running
|
|
6086 `configure'
|
|
6087
|
|
6088 1998-10-06 Takeshi Hagiwara <hagiwara@ie.niigata-u.ac.jp>
|
|
6089
|
|
6090 * frame-x.c (x_delete_frame): Fix an argument of XtDestroyWidget.
|
|
6091
|
|
6092 1998-10-05 Andy Piper <andyp@parallax.co.uk>
|
|
6093
|
|
6094 * s/cygwin32.h: more cygwin b20 reorganisation.
|
|
6095
|
|
6096 1998-10-01 Raymond Toy <toy@rtp.ericsson.se>
|
|
6097
|
|
6098 * nas.c: Added necessary support functions to be able to handle
|
|
6099 WAVE files in memory, just like the support for SND files in
|
|
6100 memory.
|
|
6101
|
|
6102 1998-09-30 SL Baur <steve@altair.xemacs.org>
|
|
6103
|
|
6104 * callproc.c (child_setup): Fix spelling typo.
|
|
6105
|
|
6106 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
6107
|
|
6108 * XEmacs 21.2-beta2 is released.
|
|
6109
|
|
6110 1998-09-27 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
6111
|
|
6112 * regex.c (re_match_2_internal): Add in code to reset lowest_active_reg
|
|
6113 to prevent memory corruption in the case of jumping out of a series of
|
|
6114 nested match patterns. This is a rather brute force approach, though.
|
|
6115
|
|
6116 1998-09-02 Andy Piper <andyp@parallax.co.uk>
|
|
6117
|
|
6118 * config.h.in: ditto.
|
|
6119
|
|
6120 * s/cygwin32.h: rearrange declarations to cope with cygwin
|
|
6121 b20. Include cygwin32/version.h if it exists.
|
|
6122
|
|
6123 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
6124
|
|
6125 * device-msw.c (mswindows_init_device): Call new
|
|
6126 mswindows_enumerate_fonts() function in objects-msw.c instead
|
|
6127 of font_enum_callback_1() to enumerate fonts.
|
|
6128
|
|
6129 font_enum_callback_1() and _2() moved to objects-msw.c.
|
|
6130
|
|
6131 * faces.c (complex_vars_of_faces): Make the mswindows default
|
|
6132 face font fully specified and provide some fallbacks.
|
|
6133
|
|
6134 * objects-msw.c: font_enum_callback_1() and _2() moved here
|
|
6135 from objects-msw.c. Obtain the enumerated font's character
|
|
6136 sets by table lookup instead of using the locale-specific
|
|
6137 string provided by Windows.
|
|
6138
|
|
6139 New public non-method mswindows_enumerate_fonts() that fills
|
|
6140 in the supplied mswindows device's font list.
|
|
6141
|
|
6142 mswindows_initialize_font_instance: Use the supplied name
|
|
6143 variable instead of f->name when signalling errors. Match font
|
|
6144 weights and character sets using lookup tables which handle
|
|
6145 spaces instead of by frobbing.
|
|
6146
|
|
6147 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
6148
|
|
6149 * process-nt.c: Define an arbitrary limit, FRAGMENT_CODE_SIZE,
|
|
6150 on the size of code fragments passed to run_in_other_process.
|
|
6151
|
|
6152 run_in_other_process(): Use FRAGMENT_CODE_SIZE to determine
|
|
6153 the amount of memory to allocate in the other process.
|
|
6154
|
|
6155 Removed sigkill_code_end(), sigint_code_end() and
|
|
6156 sig_enable_code_end() since they are now redundant.
|
|
6157
|
|
6158 send_signal() and enable_child_signals(): Don't try to work
|
|
6159 out the end of the code fragments passed to
|
|
6160 run_in_other_process()
|
|
6161
|
|
6162 1998-09-10 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
6163
|
|
6164 * src/s/freebsd.h: Added __ELF__ and compiler/liker flags for
|
|
6165 FreeBSD-current.
|
|
6166
|
|
6167 * src/unexelf.c: Partially synched with FSF's 20.3.
|
|
6168
|
|
6169 1998-09-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
6170
|
|
6171 * insdel.c (signal_after_change): Map across indirect buffers
|
|
6172 here, and not in the upper-level functions.
|
|
6173 (signal_first_change): Don't check for Armageddon.
|
|
6174 (signal_before_change): Map across indirect buffers here.
|
|
6175 (prepare_to_modify_buffer): ...and here.
|
|
6176
|
|
6177 1998-09-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
6178
|
|
6179 * insdel.c (signal_after_change): Add return value.
|
|
6180 (buffer_insert_string_1): Use it.
|
|
6181 (buffer_delete_range): Ditto.
|
|
6182 (buffer_replace_char): Ditto.
|
|
6183 (cancel_multiple_change): Map the indirect buffers.
|
|
6184
|
|
6185 1998-09-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
6186
|
|
6187 * insdel.c (init_buffer_text): Remove INDIRECT_P parameter.
|
|
6188 (uninit_buffer_text): Ditto.
|
|
6189
|
|
6190 * buffer.c (Fmake_indirect_buffer): Implement stricter
|
|
6191 error-checking.
|
|
6192
|
|
6193 1998-09-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
6194
|
|
6195 * insdel.c (change_function_restore): Reverse order of
|
|
6196 function-call and assignment.
|
|
6197 (first_change_hook_restore): Ditto.
|
|
6198
|
|
6199 * extents.c (mark_extent_auxiliary): Mark them.
|
|
6200 (Fset_extent_property): Set them.
|
|
6201 (Fextent_property): Get them.
|
|
6202 (Fextent_properties): Ditto.
|
|
6203 (vars_of_extents): Set their default.
|
|
6204
|
|
6205 * extents.h (struct extent_auxiliary): Add before_change_functions
|
|
6206 and after_change_functions.
|
|
6207
|
|
6208 * insdel.c (signal_before_change): Use it.
|
|
6209 (signal_after_change): Ditto.
|
|
6210
|
|
6211 * extents.c (report_extent_modification): New function.
|
|
6212
|
|
6213 * insdel.c (signal_before_change): Don't check for Armageddon.
|
|
6214 (signal_after_change): Ditto.
|
|
6215
|
|
6216 1998-09-11 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
6217
|
|
6218 * redisplay.c (redisplay_window): make sure a new starting point
|
|
6219 is chosen if it somehow got moved from the beginning of the line
|
|
6220 -- this can happen because Fwiden was called recently.
|
|
6221
|
|
6222 * window.c (Fset_window_start): set start_at_line_beg correctly
|
|
6223 (Fset_window_buffer): Ditto
|
|
6224
|
|
6225 1998-09-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
6226
|
|
6227 * insdel.c (init_buffer_text): Remove INDIRECT_P parameter.
|
|
6228 (uninit_buffer_text): Ditto.
|
|
6229
|
|
6230 * buffer.c (Fmake_indirect_buffer): Implement stricter
|
|
6231 error-checking.
|
|
6232
|
|
6233 1998-05-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6234
|
|
6235 * emacs.c (main_1): Removed references to *vars_of_filelock.
|
|
6236
|
|
6237 * lisp.h: Added Fsystem_name.
|
|
6238
|
|
6239 * filelock.c: Replaced by version from FSF 20.2. Now implements
|
|
6240 locking by using symlinks which is NFS safe. However keep the
|
|
6241 GCPRO's in lock_file and the calls to callx_in_buffer like our old
|
|
6242 version (and of course use ansi C, acessor macros, etc).
|
|
6243
|
|
6244 1998-09-06 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6245
|
|
6246 * process-unix.c (unix_create_process): Reset SIGHUP handler to
|
|
6247 SIG_DFL. We now try to conserve any inherted SIG_IGN settings
|
|
6248 in init_signals_very_early. However these should not be passed
|
|
6249 on to children attached to the new pty.
|
|
6250
|
|
6251 1998-08-28 Andy Piper <andyp@parallax.co.uk>
|
|
6252
|
|
6253 * glyphs-eimage.c (png_instantiate_unwind): clean up eimage after use.
|
|
6254
|
|
6255 1998-09-07 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
6256
|
|
6257 * fileio.c (file-name-directory, file_name_as_directory):
|
|
6258 Don't call CORRECT_DIR_SEPS, even when #defined WINDOWSNT.
|
|
6259
|
|
6260 1998-09-02 Andy Piper <andyp@parallax.co.uk>
|
|
6261
|
|
6262 * emacs.c (main_1): init_ralloc() if initialised and we have REL_ALLOC
|
|
6263
|
|
6264 * ralloc.c: uncomment __morecore.
|
|
6265
|
|
6266 1998-09-92 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
6267
|
|
6268 * event-msw.c(winsock_writer): Supply a dummy 4th argument to
|
|
6269 WriteFile() to fix a winsock 1.x bug on Win95.
|
|
6270
|
|
6271 1998-08-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
6272
|
|
6273 * event-Xt.c (emacs_Xt_mapping_action): Check for device being
|
|
6274 deleted.
|
|
6275 (x_event_to_emacs_event): Ditto.
|
|
6276 (emacs_Xt_handle_focus_event): Ditto.
|
|
6277 (emacs_Xt_handle_magic_event): Ditto.
|
|
6278
|
|
6279 * console-x.h (struct x_device): New flag being_deleted.
|
|
6280 (DEVICE_X_BEING_DELETED): New macro.
|
|
6281
|
|
6282 * device-x.c (x_IO_error_handler): Throw to top-level instead of
|
|
6283 returning. Before doing that, set the being_deleted flag on the
|
|
6284 device.
|
|
6285
|
|
6286 1998-08-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
6287
|
|
6288 * device-x.c (x-seppuku-on-epipe): Removed.
|
|
6289
|
|
6290 1998-08-26 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
6291
|
|
6292 * frame-x.c (x_delete_frame): Flush the X output buffer after
|
|
6293 calling XtDestroyWidget to ensure that the windows are really
|
|
6294 killed right now.
|
|
6295
|
|
6296 1998-08-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
6297
|
|
6298 * menubar-x.c (my_run_hook): New unused function.
|
|
6299 (pre_activate_callback): Use run_hook for Qactivate_menubar_hook,
|
|
6300 since we ignore the results of the contained functions anyway.
|
|
6301
|
|
6302 1998-08-26 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
6303
|
|
6304 * glyphs-eimage.c (gif_instantiate): Fix a crash in handling
|
|
6305 interlaced GIF files that are smaller than 4 lines high...
|
|
6306
|
|
6307 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
6308
|
|
6309 * buffer.c (map_over_sharing_buffers): Deleted.
|
|
6310
|
|
6311 * insdel.c (MAP_INDIRECT_BUFFERS): Move to buffer.h.
|
|
6312
|
|
6313 * buffer.c (Fkill_buffer): Keep indirect_children updated while
|
|
6314 killing them.
|
|
6315
|
|
6316 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
6317
|
|
6318 * insdel.c (buffer_insert_string_1): Advance the point bytind in
|
|
6319 all the buffers.
|
|
6320 (buffer_delete_range): Ditto.
|
|
6321
|
|
6322 * marker.c (init_buffer_markers): Set point-marker to the value of
|
|
6323 point in an indirect buffer.
|
|
6324
|
|
6325 1998-08-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
6326
|
|
6327 * undo.c (undo_prelude): Test last-undo-buffer against base
|
|
6328 buffer.
|
|
6329
|
|
6330 * insdel.c (MAP_INDIRECT_BUFFERS): Use it.
|
|
6331
|
|
6332 * buffer.h (BUFFER_BASE_BUFFER): New macro.
|
|
6333
|
|
6334 1998-08-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
6335
|
|
6336 * insdel.c (init_buffer_text): Initialize it here.
|
|
6337
|
|
6338 * line-number.c: Address line_number_cache through buffer->text.
|
|
6339
|
|
6340 * buffer.c (mark_buffer): Mark line number cache.
|
|
6341
|
|
6342 * bufslots.h (line_number_cache): Move to struct buffer_text.
|
|
6343
|
|
6344 * insdel.c (buffer_insert_string_1): Propagate signals and changes
|
|
6345 across the children buffers.
|
|
6346 (buffer_delete_range): Ditto.
|
|
6347 (buffer_replace_char): Ditto.
|
|
6348 (gap_left): Ditto.
|
|
6349 (gap_right): Ditto.
|
|
6350
|
|
6351 * insdel.c (MAP_INDIRECT_BUFFERS): New macro.
|
|
6352
|
|
6353 * buffer.c (Fmake_indirect_buffer): Uncomment.
|
|
6354
|
|
6355 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
6356
|
|
6357 * macros.c (Fend_kbd_macro): Remove trailing period from error
|
|
6358 message.
|
|
6359 (Fexecute_kbd_macro): Ditto.
|
|
6360
|
|
6361 1998-08-21 Greg Klanderman <greg@alphatech.com>
|
|
6362
|
|
6363 * dired.c (Fuser_name_completion): remove optional 2nd argument.
|
|
6364 (Fuser_name_completion_1): new function to return uniqueness
|
|
6365 indication in addition to the user name completion.
|
|
6366 (user_name_completion): change type of `uniq' argument.
|
|
6367
|
|
6368 1998-08-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6369
|
|
6370 * lread.c (vars_of_lread): Removed `source-directory' variable.
|
|
6371
|
|
6372 1998-08-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
6373
|
|
6374 * fileio.c (Ffile_readable_p): Apply the DOS/Windows logic to
|
|
6375 Cygwin.
|
|
6376
|
|
6377 1998-08-19 SL Baur <steve@altair.xemacs.org>
|
|
6378
|
|
6379 * dired.c (vars_of_dired): Fix misapplied patch.
|
|
6380
|
|
6381 1998-08-16 Martin Buchholz <martin@xemacs.org>
|
|
6382
|
|
6383 * fns.c (Fremrassq, remrassq_no_quit):
|
|
6384 A XCAR that should have been an XCDR turned Fremrassq into Fremassq
|
|
6385
|
|
6386 1998-07-17 Didier Verna <verna@inf.enst.fr>
|
|
6387
|
|
6388 * redisplay-x.c (x_get_gc): returns a GC with a FillStipple fill
|
|
6389 style as foreground GC for faces that have the `dim' property.
|
|
6390 (x_output_string): when the `dim' face property is set,
|
|
6391 ensure the gray pixmap has been created, and get a proper
|
|
6392 foreground GC to draw the text.
|
|
6393
|
|
6394 1998-08-09 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
6395
|
|
6396 * event-msw.c (mswindows_wnd_proc): Workaround for a Win95 bug:
|
|
6397 Manually track the state of the left and right Ctrl and Alt
|
|
6398 modifiers.
|
|
6399
|
|
6400 1998-08-07 Matt Stupple <matts@tibco.com>
|
|
6401
|
|
6402 * ntproc.c: don't wait on char_consumed at thread entry.
|
|
6403 Additionally, to get the 'process' marked as finished, ensure
|
|
6404 that the CHILD_ACTIVE macro returns false, so before exiting
|
|
6405 close char_avail and set it to NULL, and close other handles
|
|
6406 to reduce handle leak problems.
|
|
6407
|
|
6408 1998-08-09 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
6409
|
|
6410 * menubar-msw.c (displayable_menu_item): take account of menu
|
|
6411 depth when deciding whether to try to display accelerators.
|
|
6412
|
|
6413 1998-08-04 Andy Piper <andyp@parallax.co.uk>
|
|
6414
|
|
6415 * event-msw.c: use MsgWaitForMultipleObjects if there are no
|
|
6416 subprocesses.
|
|
6417
|
|
6418 * glyphs-msw.c: fix a couple of potential handle leaks.
|
|
6419
|
|
6420 1998-08-04 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
6421
|
|
6422 * dgif_lib.c gif_io.c gifrlib.h: New files to put GIF
|
|
6423 *decoding ONLY* back into the core.
|
|
6424 * glyphs-eimage.c: Change referenced header file for GIF
|
|
6425 reading to point to the incore version.
|
|
6426
|
|
6427 1998-07-20 Martin Buchholz <martin@xemacs.org>
|
|
6428
|
|
6429 * casefiddle.c (casify_object):
|
|
6430 Change algorithm from O(N**2) to O(N).
|
|
6431 Code cleanup.
|
|
6432 Doc string cleanup.
|
|
6433
|
|
6434 1998-07-22 Greg Klanderman <greg@alphatech.com>
|
|
6435
|
|
6436 * dired.c (file_name_completion_unwind): don't leak the cons.
|
|
6437
|
|
6438 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
6439
|
|
6440 * dired.c (Fuser_name_completion): new function.
|
|
6441 (Fuser_name_all_completions): new function.
|
|
6442 (user_name_completion): new function.
|
|
6443 (syms_of_dired): 2 new DEFSUBRs.
|
|
6444 (vars_of_dired): initialize user name cache vars.
|
|
6445
|
|
6446 1998-07-29 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
6447
|
|
6448 * glyphs-eimage.c (png_instantiate): Add proper handling for background
|
|
6449 colors taken from the default face. Also correct a thinko in
|
|
6450 transparency (not alpha) handling.
|
|
6451
|
|
6452 1998-07-23 Martin Buchholz <martin@xemacs.org>
|
|
6453
|
|
6454 * s/decosf4-0.h: Use a perfectly ordinary link. Nuke BSD crap.
|
|
6455 * unexalpha.c: ANSI C-ize. Clean compiler warnings.
|
|
6456 * lread.c (Fload_internal): Be very careful with printfs of
|
|
6457 size_t's
|
|
6458 * gui-x.c (menu_name_to_accelerator): tolower wants an `int'
|
|
6459 argument.
|
|
6460
|
|
6461 1998-07-27 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
6462
|
|
6463 * callint.c (Fcall_interactively): GCPRO prompt string before
|
|
6464 passing it to Fread_key_sequence
|
|
6465
|
|
6466 1998-07-27 SL Baur <steve@altair.xemacs.org>
|
|
6467
|
|
6468 * keymap.c (vars_of_keymap): Initialize Vkey_translation_map and
|
|
6469 Vvertical_divider_map.
|
|
6470
|
|
6471 * mule-canna.c (vars_of_mule_canna): Initialize every symbol to
|
|
6472 Qnil or 0, none were initialized prior to this change.
|
|
6473
|
|
6474 Rename misnamed `V' prefixed integer variables:
|
|
6475 Vcanna_empty_info, Vcanna_through_info, Vcanna_underline,
|
|
6476 Vcanna_inhibit_hankakukana, Vcanna_henkan_length, Vcanna_henkan_revPos,
|
|
6477 Vcanna_henkan_revLen, Vcanna_ichiran_length, Vcanna_ichiran_revPos,
|
|
6478 Vcanna_ichiran_revLen.
|
|
6479
|
|
6480 Rename misnamed `V' prefixed integer variables and initialize
|
|
6481 properly in the vars_of routine.
|
|
6482 Vcanna_mode_AlphaMode, Vcanna_mode_EmptyMode, Vcanna_mode_KigoMode,
|
|
6483 Vcanna_mode_YomiMode, Vcanna_mode_JishuMode, Vcanna_mode_TankouhoMode,
|
|
6484 Vcanna_mode_IchiranMode, Vcanna_mode_YesNoMode, Vcanna_mode_OnOffMode,
|
|
6485 Vcanna_mode_AdjustBunsetsuMode, Vcanna_mode_ChikujiYomiMode,
|
|
6486 Vcanna_mode_ChikujiTanMode, Vcanna_mode_HenkanMode,
|
|
6487 Vcanna_mode_HenkanNyuryokuMode, Vcanna_mode_ZenHiraHenkanMode,
|
|
6488 Vcanna_mode_HanHiraHenkanMode, Vcanna_mode_ZenKataHenkanMode,
|
|
6489 Vcanna_mode_HanKataHenkanMode, Vcanna_mode_HanKataHenkanMode,
|
|
6490 Vcanna_mode_ZenAlphaHenkanMode, Vcanna_mode_HanAlphaHenkanMode,
|
|
6491 Vcanna_mode_ZenHiraKakuteiMode, Vcanna_mode_HanHiraKakuteiMode,
|
|
6492 Vcanna_mode_ZenKataKakuteiMode, Vcanna_mode_HanKataKakuteiMode,
|
|
6493 Vcanna_mode_ZenAlphaKakuteiMode, Vcanna_mode_HanAlphaKakuteiMode,
|
|
6494 Vcanna_mode_HexMode, Vcanna_mode_BushuMode, Vcanna_mode_ExtendMode,
|
|
6495 Vcanna_mode_RussianMode, Vcanna_mode_GreekMode, Vcanna_mode_LineMode,
|
|
6496 Vcanna_mode_ChangingServerMode, Vcanna_mode_HenkanMethodMode,
|
|
6497 Vcanna_mode_DeleteDicMode, Vcanna_mode_TourokuMode,
|
|
6498 Vcanna_mode_TourokuEmptyMode, Vcanna_mode_TourokuHinshiMode,
|
|
6499 Vcanna_mode_TourokuDicMode, Vcanna_mode_QuotedInsertMode,
|
|
6500 Vcanna_mode_BubunMuhenkanMode, Vcanna_mode_MountDicMode,
|
|
6501 Vcanna_fn_SelfInsert, Vcanna_fn_FunctionalInsert,
|
|
6502 Vcanna_fn_QuotedInsert, Vcanna_fn_JapaneseMode, Vcanna_fn_AlphaMode,
|
|
6503 Vcanna_fn_HenkanNyuryokuMode, Vcanna_fn_Forward, Vcanna_fn_Backward,
|
|
6504 Vcanna_fn_Next, Vcanna_fn_Prev, Vcanna_fn_BeginningOfLine,
|
|
6505 Vcanna_fn_EndOfLine, Vcanna_fn_DeleteNext, Vcanna_fn_DeletePrevious,
|
|
6506 Vcanna_fn_KillToEndOfLine, Vcanna_fn_Henkan, Vcanna_fn_Kakutei,
|
|
6507 Vcanna_fn_Extend, Vcanna_fn_Shrink, Vcanna_fn_AdjustBunsetsu,
|
|
6508 Vcanna_fn_Quit, Vcanna_fn_ConvertAsHex, Vcanna_fn_ConvertAsBushu,
|
|
6509 Vcanna_fn_KouhoIchiran, Vcanna_fn_BubunMuhenkan, Vcanna_fn_Zenkaku,
|
|
6510 Vcanna_fn_Hankaku, Vcanna_fn_ExtendMode, Vcanna_fn_ToUpper,
|
|
6511 Vcanna_fn_Capitalize, Vcanna_fn_ToLower, Vcanna_fn_Hiragana,
|
|
6512 Vcanna_fn_Katakana, Vcanna_fn_Romaji, Vcanna_fn_BaseHiragana,
|
|
6513 Vcanna_fn_BaseKatakana, Vcanna_fn_BaseEisu, Vcanna_fn_BaseZenkaku,
|
|
6514 Vcanna_fn_BaseHankaku, Vcanna_fn_BaseKana, Vcanna_fn_BaseKakutei,
|
|
6515 Vcanna_fn_BaseHenkan, Vcanna_fn_BaseHiraKataToggle,
|
|
6516 Vcanna_fn_BaseZenHanToggle, Vcanna_fn_BaseKanaEisuToggle,
|
|
6517 Vcanna_fn_BaseKakuteiHenkanToggle, Vcanna_fn_BaseRotateForward,
|
|
6518 Vcanna_fn_BaseRotateBackward, Vcanna_fn_Touroku, Vcanna_fn_HexMode,
|
|
6519 Vcanna_fn_BushuMode, Vcanna_fn_KigouMode, Vcanna_fn_Mark,
|
|
6520 Vcanna_fn_TemporalMode, Vcanna_key_Nfer, Vcanna_key_Xfer,
|
|
6521 Vcanna_key_Up, Vcanna_key_Left, Vcanna_key_Right, Vcanna_key_Down,
|
|
6522 Vcanna_key_Insert, Vcanna_key_Rollup, Vcanna_key_Rolldown,
|
|
6523 Vcanna_key_Home, Vcanna_key_Help, Vcanna_key_KP_Key,
|
|
6524 Vcanna_key_Shift_Nfer, Vcanna_key_Shift_Xfer, Vcanna_key_Shift_Up,
|
|
6525 Vcanna_key_Shift_Left, Vcanna_key_Shift_Right, Vcanna_key_Shift_Down,
|
|
6526 Vcanna_key_Cntrl_Nfer, Vcanna_key_Cntrl_Xfer, Vcanna_key_Cntrl_Up,
|
|
6527 Vcanna_key_Cntrl_Left, Vcanna_key_Cntrl_Right, Vcanna_key_Cntrl_Down
|
|
6528
|
|
6529 1998-07-16 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6530
|
|
6531 * event-Xt.c (x_to_emacs_keysym): Return nil for modifier keysyms.
|
|
6532 (x_event_to_emacs_event): Let x_to_emacs_keysym check for modifier
|
|
6533 keys thus no longer considering all keysyms on a key.
|
|
6534
|
|
6535 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
6536
|
|
6537 * XEmacs 21.2-beta1 is released.
|
|
6538
|
|
6539 1998-07-12 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
6540
|
|
6541 * eldap.c (Fldap_search_internal): When converting the list of
|
|
6542 attributes to search Copy the final 0 from Lisp strings to C
|
|
6543 strings.
|
|
6544 Check base, not Vldap_default_base as a a string
|
|
6545
|
|
6546 1998-07-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
6547
|
|
6548 * nt.c: Remove Vstdio_str; already defined in console-stream.c.
|
|
6549
|
|
6550 * unexnt.c: Unconditionally define bss_start and bss_size, and
|
|
6551 ensure that they don't go in the .bss section.
|
|
6552
|
|
6553 1998-07-17 Olivier Galibert <galibert@pobox.com>
|
|
6554
|
|
6555 * glyphs-x.c (convert_EImage_to_XImage): Fix previous patch (conv
|
|
6556 byte order is dependant of the local byte order).
|
|
6557 From Takeshi Hagiwara <hagiwara@ie.niigata-u.ac.jp>
|
|
6558
|
|
6559 1998-07-18 SL Baur <steve@altair.xemacs.org>
|
|
6560
|
|
6561 * glyphs-msw.c (mswindows_resource_normalize): Qresource ->
|
|
6562 Qmswindows_resource.
|
|
6563 From Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
6564
|
|
6565 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
6566
|
|
6567 * general.c (syms_of_general): Add defsymbol for Qresource.
|
|
6568
|
|
6569 * glyphs-msw.c (vars_of_glyphs_mswindows): Rename Qresource to
|
|
6570 Qmswindows_resource.
|
|
6571 (TopLevel): Rename 'resource image format to 'mswindows_resource.
|
|
6572 (mswindows_resource_validate): Rename.
|
|
6573 (mswindows_resource_normalize): Rename.
|
|
6574 (mswindows_resource_possible_dest_types): Rename.
|
|
6575 (mswindows_resource_instantiate): Rename.
|
|
6576 (image_instantiator_format_create_glyphs_mswindows): Replace
|
|
6577 `resource' with `mswindows.resource'.
|
|
6578
|
|
6579 * XEmacs 21.0-pre5 is released.
|
|
6580
|
|
6581 1998-07-10 SL Baur <steve@altair.xemacs.org>
|
|
6582
|
|
6583 * mule-wnnfns.c (Fwnn_open): Correctly trap on misdefined Wnn
|
|
6584 server type in environment.
|
|
6585 Use alloca-ed strings instead of tiny fixed size ones.
|
|
6586
|
|
6587 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
6588
|
|
6589 * XEmacs 21.0-pre4 is released.
|
|
6590
|
|
6591 1998-07-01 James N. Potts <jnpotts@plutonium.net>
|
|
6592
|
|
6593 * fileio.c: (expand_file_name): under win32: Don't treat names
|
|
6594 as UNC names if a drive letter has been specified. If a drive
|
|
6595 has been specified, strip out extra directory-seperators that
|
|
6596 reportedly cause problems under Win95.
|
|
6597
|
|
6598 1998-07-09 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
6599
|
|
6600 * windowsnt.h: Define DUMP_SEPARATE_SECTION when building with
|
|
6601 MSVC >= 5.0. Put emacs init and zero-init data in a special
|
|
6602 section of the executable when this is defined.
|
|
6603
|
|
6604 * unexnt.c, ntheap.h:
|
|
6605 Removed unused find_section() and get_section_size().
|
|
6606
|
|
6607 * unexnt.c:
|
|
6608 Fix up the executable's checksum after dumping otherwise the
|
|
6609 profiler complains.
|
|
6610 When DUMP_SEPARATE_SECTION is defined, don't need to dump
|
|
6611 zero-init data separately from init data. Dump emacs data
|
|
6612 into a special section of the executable.
|
|
6613 When DUMP_SEPARATE_SECTION not defined, dump .bss up to
|
|
6614 my_ebss instead of up to the end of bss.
|
|
6615
|
|
6616 1998-07-09 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
6617
|
|
6618 * filelock.c: Removed Vconfigure_lock_directory - already
|
|
6619 defined in emacs.c.
|
|
6620
|
|
6621 * frame-msw.c: Removed Qinitially_unmapped and Qpopup - already
|
|
6622 defined in frame.c and general.c respectively.
|
|
6623
|
|
6624 * glyphs-msw.c: Removed Qresource - already defined in
|
|
6625 general.c.
|
|
6626
|
|
6627 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
6628
|
|
6629 * eldap.c (Fldap_search_internal): Docstring fixes
|
|
6630
|
|
6631 1998-07-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
6632
|
|
6633 * nt.c (init_environment): Removed unused PRELOAD_WINSOCK,
|
|
6634 EMACSDOC and TERM variables. Added EMACSDEBUGPATHS,
|
|
6635 EMACSPACKAGEPATH and INFOPATH variables.
|
|
6636 Removed unused get_emacs_configuration function.
|
|
6637
|
|
6638 * s/windowsnt.h: Don't define EMACS_CONFIGURATION here because
|
|
6639 it is now defined at build-time by the makefile.
|
|
6640
|
|
6641 1998-07-01 James N. Potts <jnpotts@plutonium.net>
|
|
6642
|
|
6643 * fileio.c: (expand_file_name): under win32: Don't treat names as
|
|
6644 UNC names if a drive letter has been specified. If a drive has
|
|
6645 been specified, strip out extra directory-seperators that
|
|
6646 reportedly cause problems under Win95.
|
|
6647
|
|
6648 1998-07-05 Andy Piper <andyp@parallax.co.uk>
|
|
6649
|
|
6650 * faces.c (complex_vars_of_faces): for the gui-element face don't
|
|
6651 fallback to the default face, instead provide reasonable default
|
|
6652 fallbacks that were previously hardcoded elsewhere.
|
|
6653
|
|
6654 1998-07-06 Olivier Galibert <galibert@pobox.com>
|
|
6655
|
|
6656 * glyphs-x.c (convert_EImage_to_XImage): Fix pixel writing problem
|
|
6657 when the X server endianness is different than the client's one.
|
|
6658
|
|
6659 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
6660
|
|
6661 * eval.c (run_hook_with_args_in_buffer): Check
|
|
6662 default (non-buffer-local) value of hook for
|
|
6663 nil before treating it as a function. Don't initialize
|
|
6664 the `globals' variable twice.
|
|
6665
|
|
6666 1998-06-24 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
6667
|
|
6668 * fileio.c: Don't do directory seperator canonicalisation in
|
|
6669 substitute-in-file-name because we don't know that the
|
|
6670 filename refers to a local file.
|
|
6671
|
|
6672 1998-06-24 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
6673
|
|
6674 * process-nt.c (nt_create_process): Try appending the standard
|
|
6675 executable file extensions to the filename if none supplied.
|
|
6676
|
|
6677 1998-06-29 SL Baur <steve@altair.xemacs.org>
|
|
6678
|
|
6679 * fileio.c (Fsubstitute_in_file_name): Enable double slash notation
|
|
6680 for cygwin32.
|
|
6681 From Keisuke Mori <ksk@ntts.com>
|
|
6682
|
|
6683 1998-06-24 Andy Piper <andyp@parallax.co.uk>
|
|
6684
|
|
6685 * toolbar-msw.c (mswindows_output_toolbar): only enable masked
|
|
6686 images if we have masks. This handles the xbm case (have masks)
|
|
6687 and avoids overuse of resources in the xpm case (generally no masks).
|
|
6688 Don't output small toolbars.
|
|
6689
|
|
6690 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
6691
|
|
6692 * eval.c (run_hook_with_args_in_buffer): Don't treat
|
|
6693 the default value of a buffer local hook as a list of
|
|
6694 hooks unless it is both a cons and the car of that cons
|
|
6695 is not Qlambda.
|
|
6696
|
|
6697 1998-06-29 SL Baur <steve@altair.xemacs.org>
|
|
6698
|
|
6699 * extents.c: Email address for Ben Wing is ben@xemacs.org.
|
|
6700 * process-unix.c: Ditto.
|
|
6701 * mule-coding.h: Ditto.
|
|
6702 * mule-coding.c: Ditto.
|
|
6703 * mule-charset.c: Ditto.
|
|
6704 * mule-charset.h: Ditto.
|
|
6705 * file-coding.c: Ditto.
|
|
6706 * file-coding.h: Ditto.
|
|
6707
|
|
6708 1998-06-22 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
6709
|
|
6710 * event-msw.c: Guard against recursion when freeing
|
|
6711 FRAME_MSWINDOWS_TARGET_RECT struture in WM_SIZE processing.
|
|
6712
|
|
6713 * frame-msw.c: Don't set WS_VISIBLE attribute on first frame.
|
|
6714 Call ShowWindow twice in init_frame_3 to get round runemacs
|
|
6715 weirdness.
|
|
6716
|
|
6717 1998-06-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
6718
|
|
6719 * scrollbar.c (vertical_scrollbar_changed_in_window): Ditto.
|
|
6720
|
|
6721 * winslots.h: Rename.
|
|
6722
|
|
6723 * window.c (specifier_vars_of_window): Renamed
|
|
6724 vertical-divider-draggable-p to vertical-divider-always-visible-p,
|
|
6725 as suggested by Ben Wing.
|
|
6726 (specifier_vars_of_window): Fix docstrings.
|
|
6727
|
|
6728 1998-06-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6729
|
|
6730 * unexaix.c: Line number information works correctly again.
|
|
6731
|
|
6732 1998-06-22 Olivier Galibert <galibert@pobox.com>
|
|
6733
|
|
6734 * emacs.c (__sti__iflPNGFile_c___): Added. See comment. Cry.
|
|
6735
|
|
6736 1998-06-21 Martin Buchholz <martin@xemacs.org>
|
|
6737
|
|
6738 * editfns.c (get_home_directory): ANSIfy.
|
|
6739 XEmacs is compilable under C *and* C++.
|
|
6740 It's XEmacs, not Xemacs!
|
|
6741
|
|
6742 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
6743
|
|
6744 * console-msw.h: added a list of fonts to device data.
|
|
6745
|
|
6746 * device-msw.c: enumerate list of available fonts in
|
|
6747 mswindows_init_device. Free list in mswindows_delete_device.
|
|
6748
|
|
6749 * objects-msw.c: Added helper function match_font used by
|
|
6750 mswindows_initialize_font_instance and mswindows_list_fonts.
|
|
6751 Allow a charset to be specified in a font string, even if
|
|
6752 previous fields havn't been specified.
|
|
6753
|
|
6754 1998-06-23 Greg Klanderman <greg@alphatech.com>
|
|
6755
|
|
6756 * indent.c (column_at_point): column cache bugfix.
|
|
6757 Set last_known_column_point to the buffer position for
|
|
6758 which the column was requested, not buffer's point.
|
|
6759
|
|
6760 * redisplay.c (decode_mode_spec): for current-column, show
|
|
6761 window's point's column, not buffer's point's column.
|
|
6762
|
|
6763 1998-06-23 Andy Piper <andyp@parallax.co.uk>
|
|
6764
|
|
6765 * menubar-msw.c (mswindows_handle_wm_command): use
|
|
6766 enqueue_misc_user event rather than
|
|
6767 mswindows_enqueue_msic_user_event to fix customize problems. Add some
|
|
6768 checks that X does.
|
|
6769
|
|
6770 * console-msw.h: declare mswindows_enqueue_magic_event.
|
|
6771
|
|
6772 * event-msw.c (mswindows_enqueue_magic_event): make global.
|
|
6773
|
|
6774 1998-06-24 Hrvoje Niksic <hniksic@srce.hr>
|
|
6775
|
|
6776 * line-number.c (LINE_NUMBER_FAR): Reverted to 16384.
|
|
6777 (buffer_line_number): Use EMACS_INT_MAX instead of random LOTS.
|
|
6778 (add_position_to_cache): Use EMACS_INT instead of int.
|
|
6779
|
|
6780 1998-06-21 Olivier Galibert <galibert@pobox.com>
|
|
6781
|
|
6782 * lisp-disunion.h (XMARKBIT): Have XMARKBIT return something
|
|
6783 suitable for an int used as a boolean (btw, C sucks.).
|
|
6784
|
|
6785 1998-06-18 Andy Piper <andyp@parallax.co.uk>
|
|
6786
|
|
6787 * object-msw.c: remove warnings.
|
|
6788
|
|
6789 * device-msw.c: #define wrongly named cygwin structure elements.
|
|
6790
|
|
6791 * s/cygwin32.h: define DEMI_BOLD
|
|
6792
|
|
6793 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
6794
|
|
6795 * redisplay-msw.c: new function mswindows_apply_face_effects.
|
|
6796 This is called by output_string and output_cursor to display
|
|
6797 underline and strikeout on faces.
|
|
6798
|
|
6799 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
6800
|
|
6801 * console-msw.h: added a list of fonts to device data.
|
|
6802
|
|
6803 * device-msw.c: enumerate list of available fonts in
|
|
6804 mswindows_init_device. Free list in mswindows_delete_device.
|
|
6805
|
|
6806 * objects-msw.c: Added helper function match_font used by
|
|
6807 mswindows_initialize_font_instance and mswindows_list_fonts.
|
|
6808 Allow a charset to be specified in a font string, even if
|
|
6809 previous fields havn't been specified.
|
|
6810
|
|
6811 1998-06-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
6812
|
|
6813 * objects-msw.c:
|
|
6814 Removed compilation warnings from mswindows_string_to_color.
|
|
6815 mswindows_list_fonts returns a more general bogus font.
|
|
6816 New lisp-visible function mswindows-color-list.
|
|
6817
|
|
6818 1998-06-19 David Bush <david.bush@adn.alcatel.com>
|
|
6819
|
|
6820 * editfns.c (Fuser_login_name): Modify to user new function
|
|
6821 user_login_name.
|
|
6822 (user_login_name): C only function to avoid Lisp object overhead
|
|
6823 Returns "unknown" instead of nil in Cygwin environment
|
|
6824
|
|
6825 * fileio.c (Fexpand_file_name): Treat "~" and "~user" as
|
|
6826 equivalent for current user in Cygwin environment. Use new
|
|
6827 function user_login_name to get username.
|
|
6828
|
|
6829 * lisp.h: Declare user_login_name
|
|
6830
|
|
6831 1998-06-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6832
|
|
6833 * unexaix.c (make_hdr): Fixed bias computations so debugging info
|
|
6834 works again.
|
|
6835 Some other insignificant nitpicks.
|
|
6836
|
|
6837 1998-06-18 Andy Piper <andyp@parallax.co.uk>
|
|
6838
|
|
6839 * toolbar-msw.c (mswindows_output_toolbar): specify ILC_MASK when
|
|
6840 creating the image list and make sure he bk color is transparent.
|
|
6841
|
|
6842 1998-06-18 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6843
|
|
6844 * event-Xt.c (emacs_Xt_remove_timeout): Also remove timeout from
|
|
6845 completed_timeouts. The timer could have expired.
|
|
6846
|
|
6847 1998-06-17 Andy Piper <andyp@parallax.co.uk>
|
|
6848
|
|
6849 * console-msw.h: move XEMACS_RECT_WH inside frame
|
|
6850 parameters. define macors to access it.
|
|
6851
|
|
6852 * frame-msw.c (mswindows_init_frame_1): use new target_rect
|
|
6853 parameter to intialise desired sizing. (mswindows_init_frame_2):
|
|
6854 enable and size the frame to something sensible when we get
|
|
6855 here. (mswindows_set_frame_properites): use new
|
|
6856 mswindows_size_frame_internal function and size frame if frame
|
|
6857 parameters not just if init is finished - WM_SIZE happens too
|
|
6858 early for some specs. (mswindows_size_frame_internal): new
|
|
6859 function abstracted from mswindows_set_frame_properties.
|
|
6860 (Vmswindows_use_system_frame_size_defaults):
|
|
6861 new variable controls whether to allow the system to pick frame
|
|
6862 size defaults, defaults to nil.
|
|
6863
|
|
6864 * event-msw.c: in WM_SIZE use mswindows_size_frame_internal rather
|
|
6865 than duplicated code.
|
|
6866
|
|
6867 1998-06-15 Colin Rafferty <colin@xemacs.org>
|
|
6868
|
|
6869 * Makefile.in.in: Made EXTW_LINK expand properly.
|
|
6870
|
|
6871 1998-06-12 Martin Buchholz <martin@xemacs.org>
|
|
6872
|
|
6873 * redisplay.c (vars_of_redisplay): default value of
|
|
6874 column-number-start-at-one should be NIL!
|
|
6875
|
|
6876 1998-06-11 Martin Buchholz <martin@xemacs.org>
|
|
6877
|
|
6878 * casefiddle.c:
|
|
6879 (upcase-initials "fooBar") ==> "FooBar" instead of "Foobar"
|
|
6880
|
|
6881 1998-06-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
6882
|
|
6883 * eldap.c (Fldap_search_internal): Use build_ext_string instead of
|
|
6884 build_string to avoid crashes under Mule.
|
|
6885
|
|
6886 1998-06-13 Andy Piper <andyp@parallax.co.uk>
|
|
6887
|
|
6888 * ntplay.c (play_sound_data_1): don't delete the sound data until
|
|
6889 the next sound is played and the previous one finished.
|
|
6890
|
|
6891 1998-06-10 Samuel Mikes <smikes@alumni.hmc.edu>
|
|
6892
|
|
6893 * fileio.c (directory-sep-char): Escape backslashes.
|
|
6894
|
|
6895 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
6896
|
|
6897 * event-stream.c: Fix docstring reference.
|
|
6898
|
|
6899 1998-06-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
6900
|
|
6901 * alloc.c (make_float): Remove useless initialization of `next'
|
|
6902 field.
|
|
6903 (make_pure_float): Ditto.
|
|
6904
|
|
6905 * lisp.h (struct Lisp_Float): Rename `next' to `__unused__next'.
|
|
6906
|
|
6907 1998-06-08 Kirill M. Katsnelson <kkm@kis.ru>
|
|
6908
|
|
6909 * fileio.c (Fmake_directory_internal): Remove conditionals
|
|
6910 on WINDOWSNT when calling mkdir.
|
|
6911
|
|
6912 * ntproc.c: Deleted the following unused functions:
|
|
6913 register_child, reap_subprocess, sys_wait.
|
|
6914
|
|
6915 * nt.c (sys_rename): Ifzeroed this implementation.
|
|
6916 Deleted the following unused functions:
|
|
6917 sys_access, sys_chdir, sys_chmod, sys_creat, sys_link, sys_mkdir,
|
|
6918 sys_mktemp, sys_rmdir, sys_unlink, sys_close, sys_dup, sys_dup2,
|
|
6919 sys_read, sys_write.
|
|
6920 Merger sys_fopen and sys_open with sysdep.c implementation.
|
|
6921
|
|
6922 * sysdep.c: Removed MS-DOS code.
|
|
6923 (sys_rename): Deal with Microsoft rename weirdness.
|
|
6924 (sys_open): Implemented for Windows.
|
|
6925 (sys_fopen): Ditto.
|
|
6926 (sys_mkdir): Ditto.
|
|
6927
|
|
6928 1998-06-08 Kirill M. Katsnelson <kkm@kis.ru>
|
|
6929
|
|
6930 * buffer.c (complex_vars_of_buffer): Removed %t description from
|
|
6931 the docstring.
|
|
6932
|
|
6933 1998-06-04 Rick Rankin <Rick_Rankin-P15254@email.mot.com>
|
|
6934
|
|
6935 * scrollbar-msw.c: initialize the cbSize element of the
|
|
6936 SCROLLINFO struct before calling SetScrollInfo. WinNT seems
|
|
6937 to ignore the value of cbSize, but Win95 (and I presume Win98)
|
|
6938 appear to want it set to sizeof(SCROLLINFO).
|
|
6939
|
|
6940 1998-06-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
6941
|
|
6942 * event-stream.c: Defined Qcancel_mode_internal.
|
|
6943 (syms_of_event_stream): defsymbol'ed it.
|
|
6944
|
|
6945 * events.h: Externed it.
|
|
6946
|
|
6947 * event-msw.c (mswindows_wnd_proc, WM_CANCELMODE): Added this handler.
|
|
6948
|
|
6949 1998-06-04 Oliver Graf <ograf@fga.de>
|
|
6950
|
|
6951 * frame-x.c (x_cde_destroy_callback): free the data
|
|
6952 (cde-start-drag-internal) corrected root position, 21.1 needs this
|
|
6953 hardcoded in Button events
|
|
6954 (offix-start-drag-internal) corrected root position
|
|
6955
|
|
6956 1998-06-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
6957
|
|
6958 * process-nt.c (signal_cannot_launch): Use signal_simple_error()
|
|
6959 instead of error().
|
|
6960
|
|
6961 1998-06-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
6962
|
|
6963 * dialog-msw.c (button_width): Removed `inline' from the function
|
|
6964 declaration.
|
|
6965
|
|
6966 1998-06-03 Rick Rankin <Rick_Rankin-P15254@email.mot.com>
|
|
6967
|
|
6968 * frame-msw.c: add WS_VISIBLE flag to the first frame created.
|
|
6969 Note that adding this flag to subsequent frames causes problems.
|
|
6970
|
|
6971 1998-06-03 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
6972
|
|
6973 * glyphs-eimage.c (png_instantiate) move 'struct
|
|
6974 png_memory_storage tbr' out of nested block to avoid dangling
|
|
6975 reference
|
|
6976
|
|
6977 1998-06-02 Andy Piper <andyp@parallax.co.uk>
|
|
6978
|
|
6979 * faces.h:
|
|
6980 * faces.c: rename 3d-object -> gui-element. add toolbar face which
|
|
6981 inherits from gui-element.
|
|
6982
|
|
6983 * glyphs-msw.c: use DIBitmaps for xbm bitmaps to be consistent
|
|
6984 with existing code, generate masks correctly.
|
|
6985
|
|
6986 1998-06-03 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
6987
|
|
6988 * glyphs-eimage.c: Changed included header for gifs to use
|
|
6989 Gifreader instead of giflib.
|
|
6990
|
|
6991 * glyphs-x.c: removed the image-related functions that were
|
|
6992 moved into glyphs-eimage.
|
|
6993
|
|
6994 1998-06-02 David Bush <david.bush@adnb.alcatel.com>
|
|
6995
|
|
6996 * glyphs.c (bitmap_to_lisp_data) Define XFree to be free
|
|
6997 if built without X Windows support.
|
|
6998
|
|
6999 1998-06-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
7000
|
|
7001 * fns.c (Fconcat): Synch docstring with new reality.
|
|
7002
|
|
7003 1998-06-03 SL Baur <steve@altair.xemacs.org>
|
|
7004
|
|
7005 * frame.c: Remove reference to msdos.h (which is going away).
|
|
7006 Suggested by Hrvoje Niksic and Kirill Katsnelson.
|
|
7007
|
|
7008 1998-06-02 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
7009
|
|
7010 * glyphs-eimage.c (jpeg_instantiate): Fix handling of
|
|
7011 grayscale images/
|
|
7012
|
|
7013
|
|
7014 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7015
|
|
7016 * events.h: Fixed commentary about misc-user scrollbar events.
|
|
7017
|
|
7018 * scrollbar-x.c (x_update_vertical_scrollbar_callback): Use frame
|
|
7019 object as an event channel, instead of window object.
|
|
7020 (x_update_horizontal_scrollbar_callback): Ditto.
|
|
7021
|
|
7022 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
7023
|
|
7024 * ntplay.c (play_sound_data_1) new function. convert alloca data
|
|
7025 to malloc if necessary.
|
|
7026 (play_sound_file): if the file is not in our path then convert to
|
|
7027 data and play.
|
|
7028
|
|
7029 1998-06-01 SL Baur <steve@altair.xemacs.org>
|
|
7030
|
|
7031 * mule-mcpath.c (mc_chdir): Reverse parameters in call to memcpy.
|
|
7032 * msdos.c (Frecent_doskeys): Ditto.
|
|
7033
|
|
7034 * unexalpha.c (unexec): Reverse parameters in call to memcpy.
|
|
7035 Suggested by Reggie Perry <perry@zso.dec.com>
|
|
7036
|
|
7037 * buffer.h: Eliminate size in declaration.
|
|
7038
|
|
7039 1998-06-01 Olivier Galibert <galibert@pobox.com>
|
|
7040
|
|
7041 * unexelfsgi.c (unexec): Cleanup n/nn and remove useless kludge.
|
|
7042
|
|
7043 1998-06-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7044
|
|
7045 * gui.c (gui_item_init): Changed the default value for config member
|
|
7046 from Qunbound to Qnil.
|
|
7047
|
|
7048 1998-06-01 Greg Klanderman <greg@alphatech.com>
|
|
7049
|
|
7050 * indent.c (vmotion_pixels): Don't #define abs().
|
|
7051
|
|
7052 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7053
|
|
7054 * s/windowsnt.h: Defined popen and pclose to be _popen and _pclose
|
|
7055 respectively.
|
|
7056
|
|
7057 1998-05-30 Andy Piper <andyp@parallax.co.uk>
|
|
7058
|
|
7059 * glyphs.h: add xbm declarations.
|
|
7060
|
|
7061 * console.h: add xbm_instantiate_method device method.
|
|
7062
|
|
7063 * glyphs.c (check_valid_xbm_inline) (xbm_validate)
|
|
7064 (bitmap_to_lisp_data) (xbm_mask_file_munging) (xbm_normalize)
|
|
7065 (xbm_possible_dest_types): moved here from glyphs-x.c. use
|
|
7066 locate_pixmap_file device method and read_bitmap_data_from_file
|
|
7067 instead of XmuReadBitmapDataFromFile.
|
|
7068 (xbm_instatntiate): make a device method.
|
|
7069
|
|
7070 * glyphs-x.c: see glyphs.c changes. (read_bitmap_data_from_file)
|
|
7071 new function that just calls XmuReadBitmapDataFromFile.
|
|
7072 (x_xbm_instatntiate): device method from xbm_instantiate.
|
|
7073
|
|
7074 * glyphs-msw.c (read_bitmap_data) (NextInt)
|
|
7075 (read_bitmap_data_from_file): new functions copied from Xmu
|
|
7076 sources.
|
|
7077 (xbm_create_bitmap_from_data) from Ben <ben@666.com> convert
|
|
7078 inline data to an mswindows bitmap.
|
|
7079 (init_image_instance_from_xbm_inline) (xbm_instantiate_1)
|
|
7080 (mswindows_xbm_instantiate): mswindows-ized versions of the X
|
|
7081 functions.
|
|
7082
|
|
7083 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7084
|
|
7085 * window.c (specifier_vars_of_window): Renamed `has_modeline-p' to
|
|
7086 `modeline-visible-p'.
|
|
7087 Declared specifier lisp variables at the beginning oh the file
|
|
7088 as static.
|
|
7089
|
|
7090 * procimpl.h (struct process_methods): Changed semantics of
|
|
7091 create_process method so it accepts lisp strings instead of
|
|
7092 char pointers.
|
|
7093
|
|
7094 * process.c (Fstart_process_internal): Moved building of
|
|
7095 unix style argv from here to process-unix.c, ...
|
|
7096
|
|
7097 * process-unix.c (unix_create_process): ... right here.
|
|
7098
|
|
7099 * process-nt.c (nt_create_process): Changed this function to
|
|
7100 support new semantics, so avoided a GC problem.
|
|
7101
|
|
7102 * events.c (Fmake_event): Document misc-user events properties.
|
|
7103 (Fmake_event): Do not allow arbitrary objects for channel property
|
|
7104 of misc-user events.
|
|
7105 (Fmake_event): Change misc-user event validation: it is function
|
|
7106 which is required, not button.
|
|
7107
|
|
7108 * event-msw.c (mswindows_user_event_p): Recognize misc user events as
|
|
7109 user events.
|
|
7110 (mswindows_enqueue_misc_user_event): Added function.
|
|
7111 (mswindows_bump_queue): Removed function.
|
|
7112 (mswindows_enqueue_magic_event): Support NULL HWND parameter.
|
|
7113 (mswindows_wnd_proc, WM_CLOSE): Use mswindows_enqueue_misc_user_event().
|
|
7114 (mswindows_wnd_proc, WM_EXITSIZEMOVE): Ditto.
|
|
7115 (emacs_mswindows_handle_magic_event): Handle XM_BUMPQUEUE, by doing
|
|
7116 really nothing, which is my personal favorite thing.
|
|
7117
|
|
7118 * console-msw.h: Removed prototype for mswindows_bump_queue().
|
|
7119 Added prototype for mswindows_enqueue_misc_user_event().
|
|
7120
|
|
7121 * menubar-msw.c (mswindows_handle_wm_command): Use
|
|
7122 mswindows_enqueue_misc_user_event().
|
|
7123
|
|
7124 * toolbar-msw.c (mswindows_handle_toolbar_wm_command): Ditto.
|
|
7125
|
|
7126 * dialog-msw.c (dialog_proc): Ditto.
|
|
7127
|
|
7128 * scrollbar-msw.c (mswindows_handle_scrollbar_event): Ditto.
|
|
7129 (mswindows_handle_scrollbar_event): Use frame, not window, for misc
|
|
7130 user events channel.
|
|
7131
|
|
7132 1998-05-29 Greg Klanderman <greg@alphatech.com>
|
|
7133
|
|
7134 * window.c (Fwindow_displayed_text_pixel_height): was relying on
|
|
7135 incorrect semantics of vmotion_pixels which has been fixed. don't
|
|
7136 use it anymore as it can't easily be used.
|
|
7137
|
|
7138 * indent.c (vmotion_pixels): fix off by one bug moving up. also
|
|
7139 the motion was reported incorrectly if you tried to go past end of
|
|
7140 buffer.
|
|
7141
|
|
7142 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7143
|
|
7144 * toolbar.h: Removed misleading commentary, as Martin suggested.
|
|
7145
|
|
7146 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7147
|
|
7148 * lisp.h: Extern Qactivate_menubar_hook.
|
|
7149
|
|
7150 * menubar-msw.c (unsafe_handle_wm_initmenu_1): Pass correct value to
|
|
7151 run_hook ().
|
|
7152
|
|
7153 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
7154
|
|
7155 * glyphs-msw.c: use BPLINE macro.
|
|
7156
|
|
7157 * select-msw.c (mswindows-selection-exists-p)
|
|
7158 (mswindows-delete-selection): doc string fixes.
|
|
7159
|
|
7160 * toolbar-msw.c (mswindows_output_toolbar): make disabled buttons
|
|
7161 unpressable. warning elimination.
|
|
7162
|
|
7163 1998-05-28 Martin Buchholz <martin@xemacs.org>
|
|
7164
|
|
7165 * alloc.c (dbg_constants):
|
|
7166 * dbxrc:
|
|
7167 * gdbinit:
|
|
7168 Remove toolbar_data debugging code, since that lrecord has
|
|
7169 also been removed.
|
|
7170
|
|
7171 Wed May 27, 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
7172
|
|
7173 * alloc.c: zap cached value of (user-home-directory), so that
|
|
7174 it's not undumped.
|
|
7175
|
|
7176 * buffer.c: From init_buffer(), separated out code that
|
|
7177 determined the initial directory for the *scratch* buffer, and
|
|
7178 put them into a function called "init_initial_directory()".
|
|
7179 The initial directory is now available as a global "char *"
|
|
7180 called initial_directory.
|
|
7181
|
|
7182 * buffer.h: Added extern entries for initial_directory[] and
|
|
7183 init_initial_directory().
|
|
7184
|
|
7185 * editfns.c: added new elisp function "user-home-directory",
|
|
7186 which basically returns getenv("HOME"), but attempts to use
|
|
7187 other values if $HOME isn't set.This may have to be tweaked in
|
|
7188 the future as, under Unix, "/" is used if $HOME isn't set (this
|
|
7189 probably should be set to the current directory). To support
|
|
7190 this, a new C function, "get_home_directory()", now exists,
|
|
7191 which returns the "home directory", as a "char *" string.
|
|
7192
|
|
7193 * emacs.c: Rearrange NT initialization order so that
|
|
7194 environment/registry variables will be properly entered into
|
|
7195 Vprocess_enviroment.
|
|
7196
|
|
7197 * fileio.c: replaced egetenv("HOME") with calls to the new
|
|
7198 get_home_directory().
|
|
7199
|
|
7200 * lisp.h: Added function prototypes for uncache_home_directory()
|
|
7201 and get_home_directory(), along with lisp prototypes for
|
|
7202 Fuser_home_directory() and friends.
|
|
7203
|
|
7204 * nt.c: replaced getenv("HOME") with calls to the new
|
|
7205 get_home_directory().
|
|
7206
|
|
7207 * sysfile.h: for WINDOWSNT, #include <direct.h>, to suppress
|
|
7208 warnings about getcwd(), etc. not having prototypes.
|
|
7209
|
|
7210 1998-05-28 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7211
|
|
7212 * process-nt.c (send_signal): Emulate SIGHUP.
|
|
7213 (validate_signal_number): Ditto.
|
|
7214
|
|
7215 * event-msw.c (mswindows_wnd_proc, WM_KEYDOWN): Unconditionally
|
|
7216 remove MOD_SHIFT from ASCII characters.
|
|
7217 (mswindows_wnd_proc, WM_KEYDOWN): Do not activate the menubar when
|
|
7218 F10 is pressed.
|
|
7219
|
|
7220 1998-05-24 Oliver Graf <ograf@fga.de>
|
|
7221
|
|
7222 * frame-x.c (cde-start-drag-internal): added filename and multi-
|
|
7223 data transfers
|
|
7224 (x_cde_convert_callback) dito
|
|
7225
|
|
7226 1998-05-26 Oliver Graf <ograf@fga.de>
|
|
7227
|
|
7228 * frame-x.c: include event-mod.h also with CDE
|
|
7229 (x_cde_convert_callback) made the thing working
|
|
7230 (cde-start-drag-internal) also debugging
|
|
7231
|
|
7232 1998-05-25 Hans Guenter Weigand <hgweigand@wiesbaden.netsurf.de>
|
|
7233
|
|
7234 * m/sparc.h:
|
|
7235 * getloadavg.c:
|
|
7236 * malloc.c:
|
|
7237 * unexec.c:
|
|
7238 * mem-limits.h:
|
|
7239 - add __OpenBSD__ where __NetBSD__ was found.
|
|
7240 - TODO: replace platform-specific conditional compilation by
|
|
7241 feature tests in configure.in.
|
|
7242
|
|
7243 1998-05-15 Greg Klanderman <greg@alphatech.com>
|
|
7244
|
|
7245 * window.c (Fwindow_displayed_text_pixel_height): New function.
|
|
7246 (syms_of_window): DEFSUBR it.
|
|
7247
|
|
7248 * indent.c (Fvertical_motion_pixels): New function - request
|
|
7249 movement in pixels.
|
|
7250 (vmotion_pixels): helper.
|
|
7251 (syms_of_indent): DEFSUBR.
|
|
7252 * lisp.h: declaration for vmotion_pixels().
|
|
7253
|
|
7254 * indent.c (Fvertical_motion): Add optional third argument PIXELS,
|
|
7255 to request returning motion in pixels.
|
|
7256 (Fvertical_motion_pixels): Remove, functionality merged into
|
|
7257 Fvertical_motion.
|
|
7258 * window.c (window_scroll): call Fvertical_motion with 3 arguments.
|
|
7259 (Fmove_to_window_line): ditto.
|
|
7260 * lisp.h: Change declaration for Fvertical_motion.
|
|
7261
|
|
7262 * window.c: rename window-text-pixel-{height,width,edges} to
|
|
7263 window-text-area-pixel-*.
|
|
7264
|
|
7265 1998-05-26 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
7266
|
|
7267 * tooltalk.c (vars_of_tooltalk) added staticpro for
|
|
7268 Tooltalk_Message_plist_str and Tooltalk_Pattern_plist_str
|
|
7269
|
|
7270 1998-05-27 Andy Piper <andyp@parallax.co.uk>
|
|
7271
|
|
7272 * faces.c: create a new 3d_object_face, make modeline and
|
|
7273 vertical_divider faces fallback to this rather than the default.
|
|
7274
|
|
7275 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
7276
|
|
7277 * s/cygwin32.h: define charsets for cygwin.
|
|
7278
|
|
7279 1998-05-25 Andy Piper <andyp@parallax.co.uk>
|
|
7280
|
|
7281 * toolbar-msw.c (mswindows_output_toolbar): fix up button sizes
|
|
7282 and coordinates. resize bitmaps if we have already settled on a
|
|
7283 different size.
|
|
7284
|
|
7285 * glyphs-msw.c (xpm_to_eimage): add ';' for mswindows compiler.
|
|
7286
|
|
7287 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
7288
|
|
7289 * toolbar-msw.c (mswindows_handle_toolbar_wm_command): Ditto.
|
|
7290
|
|
7291 * menubar-msw.c (mswindows_handle_wm_command): Ditto.
|
|
7292
|
|
7293 * gui.h: Ditto.
|
|
7294
|
|
7295 * gui-x.c (popup_selection_callback): Ditto.
|
|
7296
|
|
7297 * dialog-msw.c (dialog_proc): get_callback -> get_gui_callback.
|
|
7298
|
|
7299 * gui.c (get_callback): Renamed to get_gui_callback.
|
|
7300
|
|
7301 1998-05-17 Martin Buchholz <martin@xemacs.org>
|
|
7302
|
|
7303 * glyphs.h: order rearrangement.
|
|
7304
|
|
7305 * device-tty.c (tty_asynch_device_change): Warning suppression.
|
|
7306 * device-x.c (x_device_system_metrics): Warning suppression.
|
|
7307 Make Doc strings consistent with coding standards.
|
|
7308
|
|
7309 1998-05-24 Martin Buchholz <martin@xemacs.org>
|
|
7310
|
|
7311 * general.c: multiple definition of `Qicon'. general.c seems
|
|
7312 like a good home for Qicon.
|
|
7313
|
|
7314 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7315
|
|
7316 * This patch is to fix compilation warnings under Windows.
|
|
7317
|
|
7318 * s/windowsnt.h: Encapsulate getpid with sys_getpid.
|
|
7319 Added prototypes for FSF inherited functions, with which XEmacs is
|
|
7320 sprinkled thoroughly.
|
|
7321 Removed some #if 0 code. Bracketed some more definitions, probably
|
|
7322 related to Visual C versions prior to 4 (we do not support them).
|
|
7323
|
|
7324 * sysfloat.h (logb): Finally, get logb() prototyped.
|
|
7325
|
|
7326 * sysfile.h: Added Windows specific includes.
|
|
7327 Removed old Windows specific code bracketed with #if 0.
|
|
7328
|
|
7329 * sysdep.h: Added prototype for xrealpath().
|
|
7330
|
|
7331 * sysdep.c (sys_getpid): Added function, to support '95 negative pids.
|
|
7332
|
|
7333 * symsinit.h: Added prototypes for syms_of_dired_mswindows,
|
|
7334 vars_of_dired_mswindows and init_ntproc (Grrr).
|
|
7335
|
|
7336 * realpath.c: Added Windows specific include files.
|
|
7337 (xrealpath): Conditionalized declaration of some auto variables on
|
|
7338 S_IFLNK, to avoid warnings.
|
|
7339
|
|
7340 * ntproc.c: Disabled some compiler warnings. This file is going to
|
|
7341 die, so I have not cleaned it up much.
|
|
7342 (set_process_dir): Const parameter.
|
|
7343 (Fwin32_short_file_name): Down CHECK_* macros to one argument.
|
|
7344 (Fwin32_long_file_name): Ditto.
|
|
7345 (Fwin32_set_process_priority): Ditto. Why didn't I remove these
|
|
7346 three functions?
|
|
7347
|
|
7348 * nt.h: Added prototypes for set_process_dir and convert_time.
|
|
7349
|
|
7350 * nt.c: More include files.
|
|
7351 (getpwnam): Consted char* argument.
|
|
7352 (get_emacs_configuration): Const return value.
|
|
7353 (opendir): Const argument.
|
|
7354 (stat): Casted converstion long->short.
|
|
7355 (stat): Removed ad hoc and questionable support for non-MSC compile.
|
|
7356 (sys_pipe): Removed unused auto variable.
|
|
7357 (_sys_read_ahead): Removed calls to DebPrint.
|
|
7358 (sys_read): Ditto, in 2 places.
|
|
7359 (term_ntproc): Added unused int parameter to signal handler, to
|
|
7360 avoid a warning when compiling a call to signal().
|
|
7361 (msw_sigset): Properly return old signandler or NULL instead of void.
|
|
7362
|
|
7363 * floatfns.c (Flogb): Casted arguments to unary minus to signed.
|
|
7364
|
|
7365 * gmalloc.c (morecore): Ditto.
|
|
7366 (_free_internal): Ditto.
|
|
7367
|
|
7368 * lread.c (parse_integer): Ditto.
|
|
7369
|
|
7370 * dired-msw.c: Added several include files.
|
|
7371
|
|
7372 * cmdloop.c (Fcommand_loop_1): Added Microsoft C to the Big List
|
|
7373 of Compilers to Shut Up.
|
|
7374
|
|
7375 * callproc.c: Added #includes to suppress warnings under Windows.
|
|
7376 (init_callproc): Removed #if0'ed code and unused variables.
|
|
7377
|
|
7378 1998-05-25 Andy Piper <andyp@parallax.co.uk>
|
|
7379
|
|
7380 * device-msw.c (mswindows_device_system_metrics): do planes in a
|
|
7381 way consistent with X.
|
|
7382
|
|
7383 * glyphs-msw.c (mswindows_initialize_image_instance_mask): don't
|
|
7384 use SetPixel, use DIBits functions.
|
|
7385 (xpm_to_eimage): frob colors more closely like xpm deos.
|
|
7386
|
|
7387 * toolbar-msw.c: only resize bitmaps when shrinking. Adjust look
|
|
7388 to be closer to X version.
|
|
7389
|
|
7390 * event-msw.c: use tooltip string directly.
|
|
7391
|
|
7392 * redisplay-msw.c: reinstate Kirill's bg pixmap change.
|
|
7393
|
|
7394 * objects-msw.c: frob rgb colors that only Kyle uses.
|
|
7395
|
|
7396 * dialog-msw.c (button_width): INLINE -> inline.
|
|
7397
|
|
7398 1998-05-23 SL Baur <steve@altair.xemacs.org>
|
|
7399
|
|
7400 * getloadavg.c (getloadavg): Fix typo.
|
|
7401
|
|
7402 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7403
|
|
7404 * objects-msw.c (mswindows_initialize_font_instance): Added support
|
|
7405 for font character sets.
|
|
7406 Replaced 'XXX' with '####' in comments throughout the file.
|
|
7407
|
|
7408 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7409
|
|
7410 * emacs.c (main_1): Added calls to vars_of_dialog_mswindows() and
|
|
7411 console_type_create_dialog_mswindows(), to initialize Windows dialog
|
|
7412 support.
|
|
7413
|
|
7414 * symsinit.h: Prototyped the above functions.
|
|
7415
|
|
7416 * dialog-x.c (x_popup_dialog_box): Moved dialog descriptor consistency
|
|
7417 checks to dialog.c...
|
|
7418
|
|
7419 * dialog.c (Fpopup_dialog_box): ...right here. Added more checks: a
|
|
7420 device must support dialog boxes, and the descriptor must supply at
|
|
7421 least one button.
|
|
7422
|
|
7423 * dialog-msw.c: New file, dialogs for Windows.
|
|
7424
|
|
7425 1998-05-21 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7426
|
|
7427 * eldap.c (ldap_search_unwind): Return Qnil instead of nothing
|
|
7428 (Fldap_search_internal): Removed unused variable `err'
|
|
7429
|
|
7430 * eldap.h: Moved Lisp_LDAP declaration here instead of using a
|
|
7431 forward declaration
|
|
7432
|
|
7433 1998-05-17 Martin Buchholz <martin@xemacs.org>
|
|
7434
|
|
7435 * eldap.h: eldap.[ch] should never be used unless HAVE_LDAP is
|
|
7436 defined. Therefore there is no need to handle the case when
|
|
7437 HAVE_LDAP is undefined. Similarily, there is no reason to have
|
|
7438 any code wrapped within `#ifdef emacs', since this code is only
|
|
7439 useful within an emacs. This simplifies the code significantly.
|
|
7440
|
|
7441 * inline.c: Include eldap.h only if HAVE_LDAP.
|
|
7442 * inline.c: Don't bother including TT_C_H_PATH, since tooltalk.h
|
|
7443 already does that.
|
|
7444
|
|
7445 1998-05-21 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7446
|
|
7447 * unexnt.c (copy_executable_and_dump_data_section): Suppress
|
|
7448 printing dump stats when building without DEBUG_XEMACS.
|
|
7449 (dump_bss_and_heap): Ditto.
|
|
7450
|
|
7451 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
7452
|
|
7453 * gnuclient.c: don't suppress window system if there is no display
|
|
7454 and we are running under mswindows. send 'mswindows device type if
|
|
7455 we are in this situation.
|
|
7456
|
|
7457 1998-05-20 Andy Piper <andyp@parallax.co.uk>
|
|
7458
|
|
7459 * general.c:
|
|
7460 * lisp.h: Qbitmap, Qcursor, Qicon moved here from glyphs-msw.c.
|
|
7461
|
|
7462 * glyphs-msw.c: change cursor imgae type name to resource. Fix
|
|
7463 some nits.
|
|
7464
|
|
7465 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7466
|
|
7467 * EmacsFrame.c (Xt_StringToScrollBarPlacement): Added support for
|
|
7468 {top,bottom}-{left,right} values in addition to
|
|
7469 {top,bottom}_{left,right}.
|
|
7470
|
|
7471 1998-05-18 Hrvoje Niksic <hniksic@srce.hr>
|
|
7472
|
|
7473 * fileio.c (Fmake_temp_name): Remove unreached code.
|
|
7474
|
|
7475 * process-nt.c (validate_signal_number): Use
|
|
7476 signal_simple_error().
|
|
7477
|
|
7478 1998-05-19 Martin Buchholz <martin@xemacs.org>
|
|
7479
|
|
7480 * unexhp9k800.c:
|
|
7481 * sound.c (vars_of_sound):
|
|
7482 * sysdep.c (reset_sigio_on_device):
|
|
7483 * window.c (window_bottom_gutter_height):
|
|
7484 unexhp9k800.c:258: warning: implicit declaration of function
|
|
7485 `calculate_checksum'
|
|
7486 sound.c:604: warning: implicit declaration of function `vars_of_hpplay'
|
|
7487 sysdep.c:1012: warning: unused variable `owner'
|
|
7488 window.c:993: warning: `window_right_toolbar_width' defined but not used
|
|
7489
|
|
7490 1998-05-19 Andy Piper <andyp@parallax.co.uk>
|
|
7491
|
|
7492 * glyphs-msw.c (mswindows_create_resized_mask)
|
|
7493 (mswindows_create_resized_bitmap): new funnctions split out from
|
|
7494 mswindows_resize_dibitmap_instance.
|
|
7495
|
|
7496 * glyphs-msw.h: declare new resize functions.
|
|
7497
|
|
7498 * toolbar-msw.c (mswindows_output_toolbar): use new bitmap resize
|
|
7499 functions so that the original bitmaps are preserved.
|
|
7500
|
|
7501 * sheap.c: fixup static heap exhausted error to avoid FAQs.
|
|
7502
|
|
7503 * redisplay-msw.c (mswindows_output_blank): fixup brush from bg
|
|
7504 color if we are trying to output 0 depth bg pixmap.
|
|
7505
|
|
7506 * scrollbar-msw.c: warning elimination.
|
|
7507
|
|
7508 1998-05-18 Martin Buchholz <martin@xemacs.org>
|
|
7509
|
|
7510 * frame-x.c (x_update_frame_external_traits): Start preprocessor
|
|
7511 directives in column 1.
|
|
7512
|
|
7513 * search.c (skip_chars): Avoid using xzero with arrays, since some
|
|
7514 compilers get confused by the construct &array.
|
|
7515
|
|
7516 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7517
|
|
7518 * objects-msw.h:
|
|
7519 * objects-msw.c: Changed the charset value for a new font from
|
|
7520 "don't care" to "ansi".
|
|
7521
|
|
7522 * glyphs-msw.c (convert_EImage_to_DIBitmap): Warnings fix.
|
|
7523
|
|
7524 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7525
|
|
7526 * event-msw.c (mswindows_wnd_proc, WM_KEYDOWN): Do not clear shift
|
|
7527 modifier on control chars.
|
|
7528 Use IsCharAlpha() instead of isaplha().
|
|
7529
|
|
7530 1998-05-19 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
7531
|
|
7532 * s/freebsd.h: FreeBSD 2.2.6 now supports setlocale(LC_ALL, "").
|
|
7533
|
|
7534 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7535
|
|
7536 * objects-msw.c (mswindows_initialize_font_instance): Use ANSI
|
|
7537 charset when creating font.
|
|
7538 (mswindows_initialize_color_instance): Do not create brush along
|
|
7539 with a color.
|
|
7540 (mswindows_finalize_color_instance): Do not delete it then.
|
|
7541
|
|
7542 * objects-msw.h (struct mswindows_color_instance_data): Removed
|
|
7543 brush slot, and corresponding accessor macro.
|
|
7544
|
|
7545 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7546
|
|
7547 * toolbar.c: Removed toolbar_data lrecord implementation.
|
|
7548 (mark_frame_toolbar_buttons_dirty): Replase usage of toolbar_data
|
|
7549 with toolbar_buttons (via FRAME_TOOLBAR_BUTTONS).
|
|
7550 (compute_frame_toolbar_buttons): Ditto.
|
|
7551 (CHECK_TOOLBAR): Ditto.
|
|
7552 (set_frame_toolbar): Removed allocation of toolbar_data lrecord.
|
|
7553 (update_frame_toolbars): Do not check for changed buffer
|
|
7554 here. Toolbar information is provided by cached specs in
|
|
7555 windows. The check for buffer is eliminated becuase toolbars are
|
|
7556 marked changed in set_frame_selected_window() in frame.c
|
|
7557 Added check for changed toolbars geometry.
|
|
7558 (compute_frame_toolbars_data): Removed unused second parameter;
|
|
7559 Adjusted callers of this static function throughout the file.
|
|
7560 (init_frame_toolbars): Initialize current_toolbar_size.
|
|
7561 (update_frame_toolbars): Use DEVICE_SUPPORTS_TOOLBARS_P instead of
|
|
7562 what is its current expansion, for clarity.
|
|
7563 (init_frame_toolbars): Ditto.
|
|
7564 (init_device_toolbars): Ditto.
|
|
7565 (init_global_toolbars): Ditto.
|
|
7566
|
|
7567 * toolbar.h: Removed definition of toolbar_data lrecord.
|
|
7568 Added accessor macros FRAME_TOOLBAR_BUTTONS and
|
|
7569 FRAME_CURRENT_TOOLBAR_SIZE.
|
|
7570 Added macro DEVICE_SUPPORTS_TOOLBARS_P.
|
|
7571
|
|
7572 * toolbar-x.c (x_output_toolbar): The same change as in
|
|
7573 toolbar-msw.c
|
|
7574 (x_output_toolbar): Ditto.
|
|
7575 (x_redraw_exposed_toolbar): Ditto.
|
|
7576
|
|
7577 * toolbar-msw.c (mswindows_output_toolbar): Retrieve current
|
|
7578 buttons from toolbar_buttons using FRAME_TOOLBAR_BUTTONS macro.
|
|
7579 (mswindows_output_toolbar): Ditto.
|
|
7580 (mswindows_output_toolbar): Ditto.
|
|
7581
|
|
7582 * frame.c (mark_frame): Removed marking of arrays, according to
|
|
7583 frameslots.h change.
|
|
7584 (nuke_all_frame_slots): Ditto.
|
|
7585 (set_frame_selected_window): Mark toolbars changed when
|
|
7586 last_nonminibuf_window changes.
|
|
7587
|
|
7588 * frame.h (struct frame): Moved some slots to frameslots.h.
|
|
7589 Added current_toolbar_size array.
|
|
7590 Changed references from toolbar_data to toolbar_buttons in macros
|
|
7591 FRAME_RAW_THEORETICAL_TOOLBAR_VISIBLE,
|
|
7592 FRAME_RAW_THEORETICAL_TOOLBAR_SIZE and
|
|
7593 FRAME_RAW_THEORETICAL_TOOLBAR_BORDER_WIDTH.
|
|
7594
|
|
7595 * frameslots.h: Added macro MARKED_SLOT_ARRAY a la winslots.h
|
|
7596 Moved arrays of lisp objects here from frame.h: toolbar_size,
|
|
7597 toolbar_visible_p, toolbar_border_width.
|
|
7598 Removed toolbar_data slot and added toolbar_buttons.
|
|
7599
|
|
7600 1998-05-17 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7601
|
|
7602 * symsinit.h: Externed syms_of_process_nt()
|
|
7603
|
|
7604 * emacs.c (main_1): Call syms_of_process_nt()
|
|
7605
|
|
7606 * process-nt.c: Quote process arguments by a call to Lisp function
|
|
7607 `nt-quote-process-args'.
|
|
7608 (syms_of_process_nt): New function.
|
|
7609 (nt_send_process): Flush data stream after each write, to avoid
|
|
7610 leaving buffered data.
|
|
7611 (nt_send_process): When blocked on process output, wait for
|
|
7612 process to slurp more for progressively increasing time intervals.
|
|
7613
|
|
7614 1998-05-17 Martin Buchholz <martin@xemacs.org>
|
|
7615
|
|
7616 * window.c (have_undivided_common_edge): Make file-local function
|
|
7617 static.
|
|
7618 (map_windows): Return 0 if all map functions successful.
|
|
7619 Fix typos.
|
|
7620
|
|
7621 * winslots.h: Use unlikely names for local variables in macros to
|
|
7622 avoid shadowing warnings.
|
|
7623
|
|
7624 1998-05-17 Andy Piper <andyp@parallax.co.uk>
|
|
7625
|
|
7626 * toolbar-msw.c (mswindows_output_toolbar): hash on toolbar width
|
|
7627 so that we re-output if the toolbar size has changed.
|
|
7628
|
|
7629 1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
7630
|
|
7631 * s/aix4-2.h (ALIGN_DATA_RELOC): Undefined to support new unexaix.c.
|
|
7632
|
|
7633 * s/aix3-1.h (ALIGN_DATA_RELOC): Defined to support new unexaix.c.
|
|
7634
|
|
7635 * unexaix.c: Massive cleanup and support of AIX 4.2 (and hopefully
|
|
7636 greater).
|
|
7637
|
|
7638 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7639
|
|
7640 * glyphs-msw.c: Defined OEMRESOURCE before including windows.h to
|
|
7641 get bitmap manifest constants defined.
|
|
7642
|
|
7643 * console-msw.h: Include system files in angle brackets, not in
|
|
7644 quotes.
|
|
7645
|
|
7646 * window.c (specifier_vars_of_window): Fixed a typo in
|
|
7647 `vertical-divider-line-width' docstirng.
|
|
7648
|
|
7649 1998-05-16 Olivier Galibert <galibert@pobox.com>
|
|
7650
|
|
7651 * line-number.c (delete_invalidate_line_number_cache): Use an
|
|
7652 EMACS_INT.
|
|
7653 (buffer_line_number): Remove dangerous, plain wrong when using
|
|
7654 64bits emacs ints, cast.
|
|
7655
|
|
7656 * insdel.c (buffer_delete_range): Use an EMACS_INT.
|
|
7657
|
|
7658 * cmds.c (Fforward_line): Use EMACS_INTs.
|
|
7659
|
|
7660 * search.c (bi_scan_buffer): Change to use EMACS_INTs.
|
|
7661 (scan_buffer): Ditto.
|
|
7662 (bi_find_next_newline_no_quit): Remove useless cast.
|
|
7663 (find_next_newline_no_quit): Ditto.
|
|
7664 (find_next_newline): Ditto.
|
|
7665 (find_before_next_newline): Use an EMACS_INT.
|
|
7666
|
|
7667 * lisp.h: Change scan_buffer to pass EMACS_INTs.
|
|
7668
|
|
7669 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
7670
|
|
7671 * menubar-msw.c (mswindows_handle_wm_command): Ditto.
|
|
7672
|
|
7673 * toolbar-msw.c (mswindows_handle_toolbar_wm_command): Ditto.
|
|
7674
|
|
7675 * gui-x.c (popup_selection_callback): Use it.
|
|
7676
|
|
7677 * gui.h (get_callback): Declare it.
|
|
7678
|
|
7679 * gui.c (get_callback): New function.
|
|
7680
|
|
7681 1998-05-15 SL Baur <steve@altair.xemacs.org>
|
|
7682
|
|
7683 * window.c (have_undivided_common_edge): Guard scrollbar specific
|
|
7684 stuff.
|
|
7685 (window_needs_vertical_divider_1): Ditto.
|
|
7686
|
|
7687 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
7688
|
|
7689 * emacs.c (decode_path): Eliminate compiler warning.
|
|
7690 (Fdecode_path): Renamed to Fsplit_path.
|
|
7691 (Fsplit_string_by_char): New function.
|
|
7692
|
|
7693 1998-05-14 Damon Lipparelli <lipp@primus.com>
|
|
7694
|
|
7695 * winslots.h: close comment
|
|
7696
|
|
7697 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7698
|
|
7699 * callproc.c: Removed declared and unused variable Qbuffer_file_type.
|
|
7700
|
|
7701 * bufslots.h: Removed buffer_file_type slot.
|
|
7702
|
|
7703 * buffer.c (complex_vars_of_buffer): Removed buffer_file_type from
|
|
7704 buffer local flags.
|
|
7705 (complex_vars_of_buffer): Removed buffer-file-type variable and
|
|
7706 its default reference.
|
|
7707
|
|
7708 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7709
|
|
7710 * faces.c (complex_vars_of_faces): Defined
|
|
7711 Vvertical_divider_face.
|
|
7712 (vars_of_faces): Staticpro it.
|
|
7713
|
|
7714 * faces.h: Externed Vvertical_divider_face.
|
|
7715
|
|
7716 * redisplay-x.c (x_output_vertical_divider): Use
|
|
7717 Vvertical_divider_face to draw the divider instead of modeline
|
|
7718 face.
|
|
7719
|
|
7720 * redisplay-msw.c (mswindows_output_vertical_divider): Draw
|
|
7721 divider face using Vvertical_divider_face background.
|
|
7722 Fix drawing spacing gaps around the divider.
|
|
7723
|
|
7724 1998-05-14 Didier Verna <verna@inf.enst.fr>
|
|
7725
|
|
7726 * redisplay-x.c (x_output_vertical_divider): removed hard-wired
|
|
7727 values for the vertical divider line width and spacing. Use the
|
|
7728 cached values from the window structure instead.
|
|
7729 (x_divider_width): ditto.
|
|
7730
|
|
7731 * window.c (specifier_vars_of_window): new specifiers:
|
|
7732 vertical-divier -line-width and -spacing.
|
|
7733 (vertical_divider_global_width_changed): formerly known as
|
|
7734 vertical_divider_shadow_thickness_changed.
|
|
7735
|
|
7736 * winslots.h: new slots: vertical_specifier _line_width and
|
|
7737 _spacing. Plus corrected a comment typo.
|
|
7738
|
|
7739 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7740
|
|
7741 * window.h: Declared window_divider_width().
|
|
7742
|
|
7743 * console-stream.c (stream_divider_width): Removed method.
|
|
7744 (console_type_create_stream): And declaration for it.
|
|
7745
|
|
7746 * redisplay.c (pixel_to_glyph_translation): Use
|
|
7747 window_divider_width() instead of divider_width redisplay method.
|
|
7748 (pixel_to_glyph_translation): Fix top divider edge calculation
|
|
7749 when scrollbar is on top.
|
|
7750
|
|
7751 * window.c (window_divider_width): New function, an outphaser for
|
|
7752 divider_width redisplay method.
|
|
7753 (window_right_gutter_width): Use it.
|
|
7754 (specifier_vars_of_window): For vertical-divider-{spacing,line-width}
|
|
7755 specifiers, set fallback values differently on TTYs, and document
|
|
7756 the behavior of these on TTYs in the docstrings.
|
|
7757
|
|
7758 * scrollbar.c (update_scrollbar_instance): Use
|
|
7759 window_divider_width() instead of divider_width redisplay method.
|
|
7760
|
|
7761 * console.h (struct console_methods): Removed divider_width_method.
|
|
7762
|
|
7763 * redisplay-tty.c (tty_divider_width): Removed device method.
|
|
7764 (console_type_create_redisplay_tty): Removed definition for it.
|
|
7765 (tty_output_vertical_divider): Respect the value returned by
|
|
7766 window_divider_width thus divider line width specification.
|
|
7767
|
|
7768 * redisplay-msw.c (mswindows_divider_width): Removed device method.
|
|
7769 (console_type_create_redisplay_mswindows): Removed definition for it.
|
|
7770 (mswinodws_output_vertical_divider): Respect the value returned by
|
|
7771 window_divider_width thus divider line width specification.
|
|
7772
|
|
7773 1998-05-15 Andy Piper <andyp@parallax.co.uk>
|
|
7774
|
|
7775 * toolbar-msw.c: guess toolbar frame size a bit more accurately.
|
|
7776
|
|
7777 1998-05-15 Andy Piper <andyp@parallax.co.uk>
|
|
7778
|
|
7779 * glyphs-msw.c: resource loading implementation.
|
|
7780 (cursor_normalize): new function.
|
|
7781 (cursor_validate): ditto.
|
|
7782 (cursor_instantiate): ditto.
|
|
7783 (cursor_name_to_resource): ditto.
|
|
7784 (cursor_possible_dest_types): ditto.
|
|
7785 (check_valid_symbol): ditto.
|
|
7786 (check_valid_string_or_int): ditto.
|
|
7787
|
|
7788 1998-05-14 Martin Buchholz <martin@xemacs.org>
|
|
7789
|
|
7790 * sysdep.c (tty_init_sys_modes_on_device): Treat VSUSP just like
|
|
7791 VINTR and VQUIT.
|
|
7792
|
|
7793 * process-unix.c (process_signal_char): Use VSUSP instead of
|
|
7794 non-standard VSWTCH. Always prefer VSUSP to VSWTCH.
|
|
7795
|
|
7796 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7797
|
|
7798 * specifier.c (specifier_instance): Change locale precedence of
|
|
7799 instantiation so window locale has higher priority than buffer
|
|
7800 locale.
|
|
7801 (Fspecifier_instance): Reflect this in docstring.
|
|
7802 (Fadd_spec_list_to_specifier): Ditto.
|
|
7803 (Fadd_spec_to_specifier): Ditto.
|
|
7804 (Fremove_specifier): Ditto.
|
|
7805
|
|
7806 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7807
|
|
7808 ** Dialog separation into a device method from Andy Piper
|
|
7809
|
|
7810 * emacs.c (main_1): Call console_type_create_dialog_x().
|
|
7811
|
|
7812 * dialog-x.c (x_popup_dialog_box): Old Fpopup_dialog_box converted
|
|
7813 into this device method.
|
|
7814 (console_type_create_dialog_x): New function.
|
|
7815
|
|
7816 * dialog.c (Fpopup_dialog_box): New function.
|
|
7817 (syms_of_dialog): Defsubr it.
|
|
7818
|
|
7819 * console.h (struct console_methods): Declared
|
|
7820 popup_dialog_box_method().
|
|
7821
|
|
7822 * symsinit.h: Defined console_type_create_dialog_{x,mswindows}
|
|
7823
|
|
7824 1998-05-14 Oliver Graf <ograf@fga.de>
|
|
7825
|
|
7826 * dragdrop.c (vars_of_dragdrop): dragdrop-protocols created
|
|
7827 * frame-x.c (x_cde_transfer_callback): checked for merge errors
|
|
7828
|
|
7829 1998-05-13 Oliver Graf <ograf@fga.de>
|
|
7830
|
|
7831 * dragdrop.c (vars_of_dragdrop): provide dragdrop-api
|
|
7832
|
|
7833 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7834
|
|
7835 * console.h (device_metrics): Removed dbcs, input-method-editor
|
|
7836 and right-to-left metrics.
|
|
7837
|
|
7838 * device.c (Fdevice_system_metric): Ditto.
|
|
7839 (Fdevice_system_metrics): Ditto.
|
|
7840 (syms_of_device): Ditto.
|
|
7841 (Fdevice_system_metric): Swapped DEVICE and METRIC parameters back
|
|
7842 again.
|
|
7843
|
|
7844 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7845
|
|
7846 * line-number.h (mark_line_number_cache): Remove unused
|
|
7847 declaration.
|
|
7848
|
|
7849 * line-number.c (LINE_NUMBER_FAR): Increase to 32768.
|
|
7850 (get_nearest_line_number): Simplify.
|
|
7851 (add_position_to_cache): Make the old marker point nowhere.
|
|
7852
|
|
7853 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7854
|
|
7855 ** Renamed window-divider-map => vertical-divider-map
|
|
7856 and event-over-divider-p => event-over-vertical-divider-p,
|
|
7857 in the following files/functions:
|
|
7858 * events.h:
|
|
7859 * events.c (Fevent_over_divider_p):
|
|
7860 * keymap.c (get_relevant_keymaps):
|
|
7861 (vars_of_keymap):
|
|
7862
|
|
7863 * redisplay.h (OVER_V_DIVIDER): Renamed so from OVER_DIVIDER.
|
|
7864
|
|
7865 * redisplay.c (pixel_to_glyph_translation): Use OVER_V_DIVIDER.
|
|
7866
|
|
7867 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7868
|
|
7869 * window.c (vertical_divider_changed_in_window): Renamed so.
|
|
7870 (specifier_vars_of_window): Defined Vvertical_divider_draggable_p.
|
|
7871 (window_needs_vertical_divider_1): Decide whether we need it based
|
|
7872 on the value of the above specifier. If separators are unwanted,
|
|
7873 put them only if there's no scrollbar between this window and its
|
|
7874 right neighbor.
|
|
7875 (have_undivided_common_edge): New function, helper for the above.
|
|
7876 (window_needs_vertical_divider): Return either a cached value,
|
|
7877 or clauclate and cache one.
|
|
7878 (invalidate_vertical_divider_cache_in_window): Implemented.
|
|
7879 (map_windows): Changed return type to int, return the value from
|
|
7880 MAPFUN.
|
|
7881
|
|
7882 * window.h: Prototype invalidate_vertical_divider_cache_in_window.
|
|
7883 (struct window): Added need_vertical_divider_p and
|
|
7884 need_vertical_divider_valid_p.
|
|
7885
|
|
7886 * winslots.h: Added vertical_divider_draggable_p slot.
|
|
7887
|
|
7888 * scrollbar.c (vertical_scrollbar_changed_in_window): Implemented.
|
|
7889 (specifier_vars_of_scrollbar): Used it in all vertical specifiers.
|
|
7890
|
|
7891 * frame.c (invalidate_vertical_divider_cache_in_frame): New function.
|
|
7892
|
|
7893 * frame.h (MARK_FRAME_WINDOWS_STRUCTURE_CHANGED): Call
|
|
7894 invalidate_vertical_divider_cache_in_frame().
|
|
7895 Prototype it.
|
|
7896
|
|
7897 1998-05-14 Andy Piper <andyp@parallax.co.uk>
|
|
7898
|
|
7899 * toolbar-msw.c: provide correct parameters to TB_SETROWS.
|
|
7900
|
|
7901 * glyphs-msw.c (mswindows_initialize_image_instance_mask): size
|
|
7902 masks correctly and don't select 0.
|
|
7903
|
|
7904 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7905
|
|
7906 * winslots.h: New file, declaration of some struct window and
|
|
7907 struct saved_window members.
|
|
7908
|
|
7909 * window.h (struct window): Include it, with required preprocessor
|
|
7910 magic.
|
|
7911
|
|
7912 * window.c (mark_window): Ditto.
|
|
7913 (allocate_window): Ditto.
|
|
7914 (struct saved_window): Ditto.
|
|
7915 (mark_window_config): Ditto.
|
|
7916 (saved_window_equal): Ditto.
|
|
7917 (Fset_window_configuration): Ditto.
|
|
7918
|
|
7919 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7920
|
|
7921 * redisplay-msw.c (mswindows_output_vertical_divider): Syntax fix.
|
|
7922
|
|
7923 1998-05-12 Didier Verna <verna@inf.enst.fr>
|
|
7924
|
|
7925 * redisplay-x.c (x_output_vertical_divider): draw shadows around
|
|
7926 the divider line. The shadow thickness is currently
|
|
7927 hard-wired. This will probably be turned into a specifier soon.
|
|
7928
|
|
7929 1998-05-12 Didier Verna <verna@inf.enst.fr>
|
|
7930
|
|
7931 * console.h (struct console_methods): the divider_width console
|
|
7932 method now requires a struct window * argument.
|
|
7933
|
|
7934 * redisplay-x.c (x_divider_width): ditto. Plus remove
|
|
7935 X_DIVIDER_WIDTH, X_DIVIDER_SHADOW_THICKNESS.
|
|
7936 (x_output_vertical_divider): give a depressed look when the shadow
|
|
7937 thickness is negative.
|
|
7938
|
|
7939 * console-stream.c (stream_divider_width): pass a struct window *
|
|
7940 argument.
|
|
7941
|
|
7942 * redisplay-tty.c (tty_divider_width): ditto.
|
|
7943
|
|
7944 * window.c (window_right_gutter_width): totdi.
|
|
7945
|
|
7946 * redisplay.c (generate_modeline): ittod.
|
|
7947
|
|
7948 * scrollbar.c (update_scrollbar_instance): ttido.
|
|
7949
|
|
7950 * redisplay-msw.c (mswindows_divider_width): ottid.
|
|
7951 WARNING: this enables to compile, but the feature is not functional.
|
|
7952
|
|
7953 * window.h (struct window): new field
|
|
7954 vertical_divider_shadow_thickness.
|
|
7955
|
|
7956 * window.c (specifier_vars_of_window): new specifier
|
|
7957 vertical-divider-shadow-thickness.
|
|
7958 (vertical_divider_shadow_thickness_changed): new function to
|
|
7959 inform redisplay that the window has changed.
|
|
7960 (mark_window): handle new field vertical_divider_shadow_thickness
|
|
7961 from struct window.
|
|
7962 (allocate_window): ditto.
|
|
7963 (saved_window_equal): toddi.
|
|
7964 (Fset_window_configuration): totid.
|
|
7965 (save_window_save): ttdio.
|
|
7966 (struct saved_window): new field vertical_divider_shadow_thickness.
|
|
7967
|
|
7968 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7969
|
|
7970 * device-msw.c (mswindows_device_system_metrics): Support a deluge
|
|
7971 of metrics.
|
|
7972
|
|
7973 1998-05-12 Oliver Graf <ograf@fga.de>
|
|
7974
|
|
7975 * frame-x.c (x_cde_transfer_callback): fixed for the new protocol
|
|
7976 * event-Xt.c (x_event_to_emacs_event): C++ compability
|
|
7977
|
|
7978 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7979
|
|
7980 * emacs.c (Fdecode_path): Default SEPCHAR to value of
|
|
7981 path-separator.
|
|
7982
|
|
7983 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7984
|
|
7985 * emacs.c (vars_of_emacs): Do it here; change the meaning of
|
|
7986 Vpath_separator.
|
|
7987
|
|
7988 * fileio.c (vars_of_fileio): Don't define Vpath_separator here.
|
|
7989
|
|
7990 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7991
|
|
7992 * emacs.c (decode_path_1): New function.
|
|
7993 (decode_path): Use it.
|
|
7994 (Fdecode_path): Renamed from Fdecode_path_internal; use
|
|
7995 decode_path_1.
|
|
7996
|
|
7997 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7998
|
|
7999 * macros.c (Fzap_last_kbd_macro_event): New function.
|
|
8000 (Fend_kbd_macro): Remove REMOVE_LAST kludge.
|
|
8001
|
|
8002 1998-05-10 Andy Piper <andyp@parallax.co.uk>
|
|
8003
|
|
8004 * redisplay-msw.c (mswindows_output_dibitmap_region): make sure
|
|
8005 multiple bitmaps are output vertically as well as horizontally.
|
|
8006 * (mswindows_output_dibitmap): don't cope with bitmap boundaries
|
|
8007 crossing lines this is handled by
|
|
8008 mswindows_output_dibitmap_region.
|
|
8009
|
|
8010 1998-05-12 Martin Buchholz <martin@xemacs.org>
|
|
8011
|
|
8012 * inline.c: Include eldap.h
|
|
8013
|
|
8014 * menubar-x.c (x_update_frame_menubar_internal):
|
|
8015 Remove: unused variable `container'
|
|
8016
|
|
8017 1998-05-11 Martin Buchholz <martin@xemacs.org>
|
|
8018
|
|
8019 * s/aix4.h: Allow AIX 4.3 XEmacs to compile cleanly.
|
|
8020 Unfortunately, the resulting temacs still cannot dump.
|
|
8021
|
|
8022 * symbols.c (symbol_is_constant):
|
|
8023 (verify_ok_for_buffer_local):
|
|
8024 -Wswitch Warning suppression - add default case to switches.
|
|
8025
|
|
8026 * redisplay.c (decode_mode_spec): Remove unused variables,
|
|
8027 Replace Fcoding_system_property (codesys, Qmnemonic) with
|
|
8028 XCODING_SYSTEM_MNEMONIC (codesys);
|
|
8029 Fcoding_system_property is for users.
|
|
8030
|
|
8031 * buffer.c:
|
|
8032 * fileio.c:
|
|
8033 * lread.c:
|
|
8034 * xselect.c:
|
|
8035 Change empty docstrings into no doc strings at all.
|
|
8036 Fix bogus FSF-format docstrings.
|
|
8037
|
|
8038 * extents.c:
|
|
8039 Standardize docstrings.
|
|
8040
|
|
8041 * floatfns.c:
|
|
8042 Explain problems with matherr.
|
|
8043
|
|
8044 * glyphs.c: make DEFUNs etags-readable, i.e. single-line
|
|
8045
|
|
8046 * syssignal.h:
|
|
8047 if BROKEN_SIGIO, then SIGIO wants to be undefined.
|
|
8048 if SIGIO and not SIGPOLL, SIGPOLL wants to be SIGIO.\
|
|
8049 Fix the weird resultant interaction (causes windows problems)
|
|
8050
|
|
8051 * gdbinit:
|
|
8052 * dbxrc:
|
|
8053 Take new EMACSBOOTSTRAPLOADPATH into account.
|
|
8054 Update documentation strings
|
|
8055
|
|
8056 * Makefile.in.in:
|
|
8057 - Adjust for luser's CDPATH being set to something weird.
|
|
8058 - Take into account bash 2.02's tendency to print the cwd when
|
|
8059 using CDPATH. Always use `cd ./foo' instead of `cd foo'.
|
|
8060 - fix the run-temacs target to use $(DUMPENV)
|
|
8061 - fix the run-puremacs target to use $(DUMPENV)
|
|
8062 - fix the `depend' target to properly $(RM) the right files
|
|
8063 - Generate a better TAGS file for XEmacs' lisp code using
|
|
8064 hand-crafted regexps.
|
|
8065 - Use standard coding conventions for modules/Makefile.in
|
|
8066
|
|
8067 1998-05-12 Didier Verna <verna@inf.enst.fr>
|
|
8068
|
|
8069 * redisplay.c: removed the scrolling modeline code that didn't
|
|
8070 make it for 21.0. To be continued ...
|
|
8071
|
|
8072 1998-05-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8073
|
|
8074 * emacs.c (Fdecode_path_internal): Removed bogus handling of nil
|
|
8075 and empty string inputs.
|
|
8076
|
|
8077 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
8078
|
|
8079 * redisplay-x.c (x_output_vertical_divider): Fixed typo.
|
|
8080
|
|
8081 1998-05-10 Oliver Graf <ograf@fga.de>
|
|
8082
|
|
8083 * event-stream.c (enqueue_misc_user_event_pos): created
|
|
8084 * lisp.h (enqueue_misc_user_event_pos): prototype added
|
|
8085 * frame-x.c (x_cde_transfer_callback): debug code plus API changes
|
|
8086 * emacs.c: call vars_of_dragdrop
|
|
8087 * dragdrop.c (vars_of_dragdrop): provide dragdrop
|
|
8088
|
|
8089 1998-05-11 Oliver Graf <ograf@fga.de>
|
|
8090
|
|
8091 * frame-x.c (x_cde_transfer_callback): return at correct pos
|
|
8092 * event-Xt.c (x_event_to_emacs_event): changed format of drop
|
|
8093 object for MIME (see comment in dragdrop.c)
|
|
8094 * dragdrop.c: API change documented in comment
|
|
8095 removed provide of dragdrop [is provided by dragdrop.el]
|
|
8096
|
|
8097 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8098
|
|
8099 * window.c (window_needs_vertical_divider): Enable vertical
|
|
8100 dividers for every non-rightmost window.
|
|
8101 (window_left_gutter_width): Left gutter consists of mythical
|
|
8102 toolbar and a virtual scrollbar.
|
|
8103 (window_right_gutter_width): The right one may have a divider
|
|
8104 also.
|
|
8105
|
|
8106 * scrollbar.c (update_scrollbar_instance): Position vertical
|
|
8107 scrollbar left to divider if the latter present.
|
|
8108
|
|
8109 * redisplay.h: Declared OVER_DIVIER constant.
|
|
8110
|
|
8111 * redisplay.c (pixel_to_glyph_translation): Handle OVER_DIVIDER
|
|
8112 case.
|
|
8113
|
|
8114 * redisplay-x.c (x_output_vertical_divider): Output divider along
|
|
8115 the right side of the window, down to window bottom. Swapped
|
|
8116 foreground and background colors so it is visible by default.
|
|
8117
|
|
8118 * redisplay-tty.c (tty_output_vertical_divider): Uncondiionally
|
|
8119 stick the divider to the right window side.
|
|
8120
|
|
8121 * redisplay-msw.c (mswindows_redisplay_deadbox_maybe): Fixed
|
|
8122 deadbox painting.
|
|
8123 (mswindows_divider_width): Ask system for user preferred value.
|
|
8124 (mswindows_output_vertical_divider): Always output the divider on
|
|
8125 the right side of a window, down to bottom.
|
|
8126
|
|
8127 * keymap.c (get_relevant_keymaps): Route mouse button events which
|
|
8128 happened over a window divider through window-divider-map.
|
|
8129 (Fkey_binding): Documented that in the docstring.
|
|
8130 Defined the variable Vwindow_divider_map.
|
|
8131
|
|
8132 * events.c (Fevent_over_divider_p): Added this function.
|
|
8133
|
|
8134 * events.h: EXFUNed it.
|
|
8135
|
|
8136 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8137
|
|
8138 * toolbar.c (update_frame_toolbars): Re-layout frame windows if
|
|
8139 toolbar geometry is suspected to change.
|
|
8140
|
|
8141 1998-05-11 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8142
|
|
8143 * src/device-msw.c
|
|
8144 * src/event-msw.c
|
|
8145 Condition dnd and dde code on HAVE_DRAGNDROP.
|
|
8146
|
|
8147 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
8148
|
|
8149 * events.c (format_event_object): Print space as SPC etc.
|
|
8150
|
|
8151 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
8152
|
|
8153 * print.c (print_internal): In the default case, abort() if
|
|
8154 ERROR_CHECK_TYPECHECK.
|
|
8155
|
|
8156 * fileio.c (Fmake_temp_name): Doc fix.
|
|
8157
|
|
8158 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
8159
|
|
8160 * xgccache.c (describe_gc_cache): Define only if DEBUG_XEMACS.
|
|
8161
|
|
8162 * undo.c (Fprimitive_undo): Fixed typo.
|
|
8163
|
|
8164 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
8165
|
|
8166 * fns.c (concat): Signal error on integer argument.
|
|
8167
|
|
8168 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8169
|
|
8170 * console.h (device_metrics): Prefixed each constatnt with DM_
|
|
8171
|
|
8172 * device.c: (Fdevice_system_metric): Renamed so from plural form
|
|
8173 (metrics); Changed parameters order and added DEFAULT parameter;
|
|
8174 Unabbreviated some metric constants; Fixed and untabified doc string.
|
|
8175 (Fdevice_system_metrics): Added. Returns a plist of all provided
|
|
8176 metrics.
|
|
8177
|
|
8178 * device-msw.c (mswindows_device_system_metrics): Renamed
|
|
8179 device_metrics enum constants.
|
|
8180 Return Qunbound instead of Qnil.
|
|
8181
|
|
8182 * device-tty.c (tty_device_system_metrics): Ditto.
|
|
8183
|
|
8184 * device-x.c (x_device_system_metrics): Ditto.
|
|
8185
|
|
8186 1998-05-10 Andy Piper <andyp@parallax.co.uk>
|
|
8187
|
|
8188 * redisplay-msw.c: implement background pixmaps (really!). Make
|
|
8189 sure bg color is transparent if we have bg pmaps.
|
|
8190 * (mswindows_output_string) (mswindows_clear_region): output bg
|
|
8191 pmap if required.
|
|
8192 * (mswindows_output_dibitmap_region): new function.
|
|
8193 * (mswindows_output_dibitmap): output offset pixmaps, blt masks in
|
|
8194 the bg color rather than transparently.
|
|
8195
|
|
8196 * toolbar-msw.c: use masks if they exist.
|
|
8197
|
|
8198 * glyphs-msw.c: set up masks correctly.
|
|
8199
|
|
8200 * event-msw.c: typedef SOCKET if cygwin and not msg select().
|
|
8201
|
|
8202 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
8203
|
|
8204 * regex.c (re_match_2_internal): Check for quit.
|
|
8205
|
|
8206 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
8207
|
|
8208 * frame.c (Ffocus_frame): New function.
|