365
|
1 2000-08-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2
|
|
3 * XEmacs 21.1.12 is released
|
|
4
|
|
5 2000-08-03 Martin Buchholz <martin@xemacs.org>
|
|
6
|
|
7 * callproc.c (Fcall_process_internal):
|
|
8 (Fcall_process_internal):
|
|
9 * process-unix.c (unix_create_process):
|
|
10 Save and restore the value of errno, so that error messages are accurate.
|
|
11
|
|
12 2000-08-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
13
|
|
14 * nas.c: Make manipulation of *_ENDIAN macros conditional on
|
|
15 NAS_USES_OWN_NAMESPACE (cf. 2000-07-29 Edwin Wiles patch)
|
|
16 * config.h.in: Added NAS_USES_OWN_NAMESPACE.
|
|
17
|
|
18 2000-07-29 "Alastair J. Houghton" <ajhoughton@lineone.net>
|
|
19
|
|
20 * ntheap.c: When dumped NT executable cannot be run, print an
|
|
21 informative errof message.
|
|
22
|
|
23 2000-07-29 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
24
|
|
25 * gdbinit(decode_object): Handle GC marked lrecords if not using
|
|
26 indexed lrecords.
|
|
27 (pobj): Type is called hashtable and not Lisp_Hash_Table.
|
|
28 (test_obj): Add Vall_weak_hashtables as testcase.
|
|
29
|
|
30 2000-07-29 Vin Shelton <acs@xemacs.org>
|
|
31
|
|
32 * config.h.in, s/gnu.h, s/hpux.h, s/linux.h: Use UNIX98 PTYs if
|
|
33 possible. Create temporary files more securely. The patch was
|
|
34 generated by Torsten Duwe <duwe@caldera.de>, Florian Weimer
|
|
35 <Florian.Weimer@RUS.Uni-Stuttgart.DE> and Olaf Kirch. See
|
|
36 http://www.xemacs.org/list-archives/xemacs-patches/200007/msg00123.html
|
|
37 for details.
|
|
38
|
|
39 2000-07-29 Edwin Wiles <ewiles@mclean.sterling.com>
|
|
40
|
|
41 * nas.c: Use NAS_LITTLE_ENDIAN and NAS_BIG_ENDIAN.
|
|
42
|
363
|
43 2000-07-17 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
44
|
|
45 * XEmacs 21.1.11 is released
|
|
46
|
|
47 2000-07-17 Ben Wing <ben@666.com>
|
|
48
|
|
49 * menubar-msw.c (populate_menu_add_item): Add GC protection.
|
|
50 * (populate_or_checksum_helper): Add GC protection.
|
|
51 * (update_frame_menubar_maybe): Add GC protection.
|
|
52 * (prune_menubar): Add GC protection.
|
|
53 * (mswindows): Add GC protection.
|
|
54
|
|
55 2000-07-15 Vin Shelton <acs@xemacs.org>
|
|
56
|
|
57 * event-msw.c (ntpipe_shove_writer): Remove call to
|
|
58 SwitchToThread() for Win 9x machines, per Ben's instructions.
|
|
59
|
|
60 2000-07-15 Ben Wing <ben@666.com>
|
|
61
|
|
62 * buffer.c (Fget_file_buffer): protect against GC.
|
|
63 * fileio.c: protect against GC.
|
|
64
|
|
65 2000-07-02 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
66
|
|
67 * s/freebsd.h (INTERRUPTIBLE_OPEN): open *is* interruptible on
|
|
68 FreeBSD 4.0.
|
|
69
|
|
70 2000-06-01 Andreas Jaeger <aj@suse.de>
|
|
71
|
|
72 * m/s390.h: Support for S390, based on a patch by Martin
|
|
73 Schwidefsky <schwidefsky@de.ibm.com>.
|
|
74
|
|
75 2000-07-14 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
76
|
|
77 * process-nt.c: Backup Mike Alexander's previous fix.
|
|
78
|
|
79 2000-07-12 Martin Buchholz <martin@xemacs.org>
|
|
80
|
|
81 * s/decosf4-0.h: No special compiler flags needed or desired.
|
|
82 In particular, undefine _BSD for DEC OSF 4.0.
|
|
83
|
|
84 2000-07-04 Ben Wing <ben@xemacs.org>
|
|
85
|
|
86 * symbols.c (Fmapatoms): gcpro obarray, may be new (debug-continue).
|
|
87 (Fapropos_internal): consing + call1 = must gcpro.
|
|
88
|
|
89 1999-11-15 MORIOKA Tomohiko <tomo@urania.m17n.org>
|
|
90
|
|
91 * data.c (Fstring_to_number): Don't recognize floating point if
|
|
92 base is not 10.
|
|
93
|
|
94 2000-06-08 Mike Alexander <mta@arbortext.com>
|
|
95
|
|
96 (MAX_SHOVE_BUFFER_SIZE): Change to 512 to match stream buffer size
|
|
97 (shove_thread): Don't write the same output twice
|
|
98 (make_ntpipe_output_stream): Increase priority of shove thread
|
|
99 (ntpipe_shove_writer): Call SwitchToThread to give shove thread a
|
|
100 chance to run
|
|
101 (ntpipe_shove_closer): Don't delete the pipe until we're done with
|
|
102 it.
|
|
103
|
|
104 2000-07-09 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
105
|
|
106 * eval.c: Remove references to M-x edit-options in DEFUNs for
|
|
107 `defvar' and `defconst'.
|
|
108
|
|
109 2000-06-05 Ben Wing <ben@xemacs.org>
|
|
110
|
|
111 * callproc.c (child_setup): Don't do close_load_descs() under
|
|
112 MS Windows. Put in a comment explaining why.
|
|
113
|
|
114 2000-07-13 Martin Buchholz <martin@xemacs.org>
|
|
115
|
|
116 * emacs.c (main): Use correct type for _environ on SCO5.
|
|
117
|
|
118 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
119
|
|
120 * unexalpha.c: Use full prototypes.
|
|
121 * config.h.in: `not' is also a C++ keyword.
|
|
122
|
|
123 2000-06-18 Martin Buchholz <martin@xemacs.org>
|
|
124
|
|
125 * s/decosf4-0.h (_etext): Use portable _etext instead of etext.
|
|
126 * s/decosf4-0.h (_edata): Use portable _edata instead of edata.
|
|
127
|
|
128 2000-06-17 Martin Buchholz <martin@xemacs.org>
|
|
129
|
|
130 * s/decosf4-0.h: Never #include "/usr/include/FOO.h" because this
|
|
131 conflicts with gcc's fixincluded version of FOO.h.
|
|
132
|
361
|
133 2000-05-06 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
134
|
|
135 * XEmacs 21.1.10 is released
|
|
136
|
|
137 2000-04-26 Mike Woolley <mike@bulsara.com>
|
|
138
|
|
139 * ntheap.c: Changed recreate_heap to limit the amount reserved
|
|
140 for the heap to that which is actually available. Also now
|
|
141 displays a message box (with some dignostics) in the event that
|
|
142 it still can't start.
|
|
143
|
|
144 2000-04-29 Mike Alexander <mta@arbortext.com>
|
|
145
|
|
146 * indent.c (vmotion_1): If point_in_line_start_cache fails simply
|
|
147 return the input position instead of asserting out.
|
|
148
|
|
149 2000-04-27 SL Baur <steve@turbolinux.co.jp>
|
|
150
|
|
151 * Backport of Hrvoje Niksic patch of 29-Nov-1998 to fix a
|
|
152 redisplay crash tickled by TurboLinux 6.0.
|
|
153
|
|
154 1998-11-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
155
|
|
156 * specifier.c (display_table_validate): Update.
|
|
157
|
|
158 * redisplay.c (create_text_block): Use them.
|
|
159
|
|
160 * glyphs.c (display_table_entry): New function.
|
|
161 (get_display_tables): Ditto.
|
|
162
|
|
163 * glyphs.h: declare them.
|
|
164
|
|
165 2000-04-11 Jan Vroonhof <jan@xemacs.org>
|
|
166
|
|
167 * process-unix.c (unix_send_process): Guard against process MIA
|
|
168 after Faccept_process_output.
|
|
169
|
|
170 2000-04-30 Martin Buchholz <martin@xemacs.org>
|
|
171
|
|
172 * alloc.c (allocate_string_chars_struct):
|
|
173 (make_uninit_string):
|
|
174 (resize_string):
|
|
175 (verify_string_chars_integrity):
|
|
176 (compact_string_chars): Now only called for small strings.
|
|
177 (sweep_strings):
|
|
178 Backport of xemacs-21.2 fix of 2000-01-09.
|
|
179 String allocation rewrite.
|
|
180 Properly handle resizing big strings.
|
|
181 Fixes crash when evaluating:
|
|
182 (aset (make-string 9003 ??) 1 (make-char 'latin-iso8859-1 57))
|
|
183 (CHARS_TO_STRING_CHAR): Remove. No longer needed.
|
|
184 Big strings had unused space at beginning.
|
|
185
|
|
186 2000-04-19 Martin Buchholz <martin@xemacs.org>
|
|
187
|
|
188 * sysdep.c (get_pty_max_bytes):
|
|
189 Fix hangs on DEC OSF 4.0 when (process-send-string) sends
|
|
190 strings longer than 252 bytes.
|
|
191
|
|
192 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
193
|
|
194 * fileio.c (Fmake_symbolic_link):
|
|
195 (Ffile_symlink_p):
|
|
196 Run handlers even if local machine doesn't have symlinks.
|
|
197
|
|
198 2000-03-03 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
199
|
|
200 * redisplay.c (regenerate_window): Make sure we set a sane value
|
|
201 for end_pos even if we jump out of the loop.
|
|
202 (regenerate_window): Answer Ben's question :-).
|
|
203 (start_end_of_last_line): Add may_error argument.
|
|
204 (start_of_last_line):
|
|
205 (end_of_last_line): Pass may_error = 0.
|
|
206 (end_of_last_line_may_error): New function.
|
|
207 (pixel_to_glyph_translation): Use it, so we don't crash in
|
|
208 event_to_glyph.
|
|
209
|
|
210 2000-03-03 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
211
|
|
212 * scrollbar-x.c (x_update_vertical_scrollbar_callback):
|
|
213 (x_update_horizontal_scrollbar_callback): Return if no mirror was
|
|
214 found. Scrollbar event probably belonged to some old config.
|
|
215
|
|
216 1999-12-30 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
217
|
|
218 * file-coding.c (reset_decoding_stream): Clear previous
|
|
219 detection state when autodetect.
|
|
220
|
|
221 2000-03-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
222
|
|
223 * eldap.c (signal_ldap_error): New parameter list
|
|
224 (print_ldap):
|
|
225 (allocate_ldap):
|
|
226 (finalize_ldap):
|
|
227 (Fldap_status): Use the `ld' field of the Lisp_LDAP structure to
|
|
228 test whether the structure has been initialized
|
|
229 (Fldap_open): Use `slow_down_interrupts'/`speed_up_interrupts'
|
|
230 around `ldap_open'
|
|
231 Use the option LDAP_OPT_RESTART to avoid LDAP being wedged by
|
|
232 XEmacs interrupts
|
|
233 Remove unnecessary `slow_down_interrupts'/`speed_up_interrupts'
|
|
234 calls
|
|
235 (struct ldap_unwind_struct):
|
|
236 (ldap_search_unwind):
|
|
237 (Fldap_search_internal): Handle binary values
|
|
238 (toplevel): Do not provide `ldap' anymore
|
|
239
|
|
240 * eldap.h (struct Lisp_LDAP): Deleted the `livep' field of
|
|
241 Lisp_LDAP
|
|
242 (CHECK_LIVE_LDAP): Take it into account
|
|
243
|
|
244 * config.h.in: Updated LDAP defines
|
|
245
|
|
246 2000-03-03 Andy Piper <andy@xemacs.org>
|
|
247
|
|
248 * objects-msw.c: Cygwin patches.
|
|
249
|
|
250 2000-03-03 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
251
|
|
252 * device-msw.c (mswindows_delete_device):
|
|
253 Free DDE string handles.
|
|
254
|
|
255 2000-02-19 Martin Buchholz <martin@xemacs.org>
|
|
256
|
|
257 * fileio.c (Ffile_truename): convert return from realpath() using
|
|
258 FORMATE_FILENAME, not FORMAT_BINARY.
|
|
259 Fixes obvious bug with non-ASCII symlinks if
|
|
260 file-name-coding-system is, for example, iso-8859-2.
|
|
261
|
359
|
262 2000-02-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
263
|
|
264 * XEmacs 21.1.9 is released
|
|
265
|
|
266 2000-02-09 Andy Piper <andy@xemacs.org>
|
|
267
|
|
268 * objects-msw.c (Fmswindows_shell_execute): make industrial
|
|
269 strength.
|
|
270
|
|
271 2000-02-06 Vin Shelton <acs@xemacs.org>
|
|
272
|
|
273 * menubar-x.c (make_dummy_xbutton_event): Change HAVE_WMCOMMAND to
|
|
274 HAVE_SESSION in order to fix popup menu location.
|
|
275
|
|
276 2000-02-04 Andy Piper <andy@xemacs.org>
|
|
277
|
|
278 * objects-msw.c (Fmswindows_shell_execute): Add from Emacs. From
|
|
279 Fabrice Popineau.
|
|
280
|
|
281 2000-01-25 Martin Buchholz <martin@xemacs.org>
|
|
282
|
|
283 * lread.c (read_bit_vector): Fix memory leak reading literal bit
|
|
284 vectors.
|
|
285
|
|
286 2000-01-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
287 * process.h (PROCESS_LIVE_P): Modify to take a Lisp_Process
|
|
288 instead of a Lisp_Object as argument to make it consistent with
|
|
289 the other LIVE_P macros.
|
|
290 (CHECK_LIVE_PROCESS): New macro.
|
|
291
|
|
292 * process.c: Declare Qprocess_live_p.
|
|
293 (Fprocess_live_p): New function.
|
|
294 (create_process): Use PROCESS_LIVE_P.
|
|
295 (read_process_output): Ditto.
|
|
296 (set_process_filter): Ditto.
|
|
297 (Fdelete_process): Ditto.
|
|
298 (kill_buffer_processes): Ditto
|
|
299 (process_send_signal): Use CHECK_LIVE_PROCESS.
|
|
300 (Fprocess_input_coding_system): Check whether process is still
|
|
301 alive (fix PR#1061).
|
|
302 (Fprocess_output_coding_system): Ditto.
|
|
303 (Fprocess_coding_system): Ditto.
|
|
304 (Fset_process_input_coding_system): Ditto.
|
|
305 (Fset_process_output_coding_system): Ditto.
|
|
306
|
|
307 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
308
|
|
309 * eval.c (Fbacktrace): Small Purify-cation. Fix docstring.
|
|
310
|
|
311 2000-01-11 Mike Woolley <mike@bulsara.com>
|
|
312
|
|
313 * ntheap.c: Reduced the reserved heap space from 1Gb down to
|
|
314 256Mb, as a workaround for the non-starting problem many people
|
|
315 have experienced.
|
|
316
|
|
317 1999-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
318
|
|
319 * buffer.c (Fbury_buffer): Add directions to the docstring.
|
|
320
|
|
321 1999-12-08 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
322
|
|
323 * s\windowsnt.h (DIRECTORY_SEP): Initialize from
|
|
324 `Vdirectory_sep_char'.
|
|
325
|
|
326 * lisp.h: Add declaration for `Vdirectory_sep_char' to allow
|
|
327 customization of `DIRECTORY_SEP' under native Windows NT.
|
|
328
|
|
329 1999-12-09 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
330
|
|
331 * sysfile.h: Encapsulate `fstat' for Windows NT.
|
|
332
|
|
333 * sysdep.c (endif): Use `warn_when_safe'.
|
|
334 (sys_fstat): Encapsulate `fstat' for Windows NT.
|
|
335
|
|
336 * nt.c (fstat): New encapsulation function for Windows NT.
|
|
337 Fix somes typos throughout file.
|
|
338
|
|
339 * callproc.c (call_process_cleanup): Use `warn_when_safe'.
|
|
340
|
|
341 1999-12-06 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
342
|
|
343 * src/syntax.h (SYNTAX_START_P): Check whether the two chars
|
|
344 actually can start a common comment type.
|
|
345 * src/syntax.h (SYNTAX_END_P): ditto for end.
|
|
346
|
|
347 2000-02-06 Vin Shelton <acs@xemacs.org>
|
|
348
|
|
349 * menubar-x (make_dummy_xbutton_event): Change HAVE_WMCOMMAND to
|
|
350 HAVE_SESSION in order to fix popup menu location.
|
|
351
|
|
352 1999-12-28 Max Matveev <max@melbourne.sgi.com>
|
|
353
|
|
354 * unexelfsgi.c (unexec): Change the way we decide which segment
|
|
355 should be extended.
|
|
356
|
|
357 Assumption that .bss section should be outside the PT_LOADable
|
|
358 segment. On IRIX with version 6.2 and above, .bss (or .sbss, if
|
|
359 it's present) is inside the 'data' segment. This would fail the
|
|
360 test which was used to find a segment to grow and cover new
|
|
361 heap. Instead of this assumption, I created another one - on IRIX
|
|
362 the segment to grow should start below .bss and it's address
|
|
363 should extent above the end of .bss. Once this segment is
|
|
364 identified, it's grown to accommodate the new heap and new
|
|
365 zero-length .bss section is added at the end of .data2.
|
|
366
|
|
367 1999-12-05 Kazuyuki IENAGA <kazz@imasy.or.jp>
|
|
368
|
|
369 * input-method-xlib.c: Added new lisp object Qxim_xlib.
|
|
370 New macro xim_warn(str), xim_warn1(fmt,str) and xim_info(str).
|
|
371 All the valid stderr_out were changed to those macros.
|
|
372 (IMDestroyCallback): Don't test the XIC if the frame is not X
|
|
373 frame.
|
|
374 (IMInstantiateCallback): Treat the client_data as "device" not
|
|
375 "frame" because the caller changed from frame to device.
|
|
376 Here initializes XIM and activates XICs for each frame which
|
|
377 doesn't have XIC.
|
|
378 (XIM_init_device): Register the XIM instantiation callback which
|
|
379 had been performed by XIM_init_frame() before. When the system
|
|
380 runs X11R5, we just do XOpenIM().
|
|
381 (XIM_delete_frame): Added a test for the XIM before clearing XIC.
|
|
382 (XIM_init_frame): Placed an actual code for XIC activation which
|
|
383 was moved from IMInstantiateCallback.
|
|
384 (syms_of_input_method_xlib): New function which includes a symbol
|
|
385 Qxim_xlib that uses in emacs.c.
|
|
386
|
|
387 * emacs.c: Added a function entry "syms_of_input_method_xlib" for
|
|
388 input_method_xlib.
|
|
389
|
|
390 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
|
|
391
|
|
392 * unexelf.c: Include <syms.h>, not <sym.h> on IRIX. Removed
|
|
393 duplicate definition of ElfW.
|
|
394 (find_section): Copied from unexsgi.c.
|
|
395 (unexec): Use find_section. Adjust whitespace. Initialize
|
|
396 new_data2_offset based on old_data, not sbss (this fixes a
|
|
397 bug on IRIX6). Change #ifdef __mips to __sgi, since it's
|
|
398 IRIX-specific. Removed .got special-case in definitive, but
|
|
399 put back .lit4 and .lit8. Adjust test for presence of .mdebug
|
|
400 section to the new return value of find_section.
|
|
401
|
|
402 1999-12-03 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
403
|
|
404 * src/callproc.c (Fcall_process_internal): Be careful in writing
|
|
405 terminating null when copying args. nargs can be < 4.
|
|
406 Idea from Klaus Frank <klausf@i3.informatik.rwth-aachen.de>
|
|
407
|
|
408 1999-12-03 Mike Alexander <mta@arbortext.com>
|
|
409
|
|
410 * fileio.c: Make directory-sep-char work on Windows.
|
|
411
|
|
412 1999-12-03 Eric Darve <darve@crocco.stanford.edu>
|
|
413
|
|
414 * abbrev.c(abbrev_oblookup): moved a few lines in subroutine
|
|
415 abbrev_oblookup(...). Checking whether wordend <= wordstart (line
|
|
416 225) was moved out of the "if" block. This way this condition is
|
|
417 checked in all cases.
|
|
418
|
|
419 1999-12-03 Robert Pluim <rpluim@bigfoot.com>
|
|
420
|
|
421 * emacs.c (shut_down_emacs): Point users to PROBLEMS file
|
|
422
|
|
423 1999-12-03 Mike Alexander <mta@arbortext.com>
|
|
424
|
|
425 * process-nt: Get MKS Korn shell to work.
|
|
426
|
|
427 1999-11-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
428
|
|
429 * mule-charset.c (non_ascii_valid_charptr_p): Check if
|
|
430 private charset is defined. Avoid the gap between
|
|
431 LEADING_BYTE_LATIN_JISX0201 and LEADING_BYTE_CYRILLIC_ISO8859_5.
|
|
432
|
357
|
433 1999-11-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
434
|
|
435 * XEmacs 21.1.8 is released
|
|
436
|
|
437 1999-11-01 Andy Piper <andy@xemacs.org>
|
|
438
|
|
439 * console-msw.h: fix defines for cygwin 1.0 compilation.
|
|
440 * glyphs-msw.c: ditto.
|
|
441 * ntplay.c: ditto.
|
|
442 * objects-msw.c: ditto.
|
|
443 * unexcw.c: ditto.
|
|
444 * s/cygwin32.h: ditto.
|
|
445
|
|
446 1999-11-01 Andreas Jaeger <aj@suse.de>
|
|
447
|
|
448 * emacs.c (main_1): Don't set the malloc hooks if using
|
|
449 DOUG_LEA_MALLOC.
|
|
450
|
|
451 1999-11-01 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
452
|
|
453 * sysdep.h: Declare wait_for_termination() to return process
|
|
454 HANDLE on NT, according to implementation change.
|
|
455
|
|
456 * sysdep.c (wait_for_termination): Take pHandle argument on NT,
|
|
457 since OpenProcess inside this function may be too late.
|
|
458 (wait_for_termination): Implement processing of child exit status
|
|
459 for NT.
|
|
460 (sys_subshell): _spawnlp (_P_NOWAIT, ...) on NT and
|
|
461 wait_for_termination().
|
|
462
|
|
463 * ntproc.c (create_child): Take out Windows 95 cp->pid hack and
|
|
464 remove incorrect bit-masking.
|
|
465
|
|
466 * callproc.c (call_process_cleanup): Pass on pHandle to
|
|
467 wait_for_termination() on WINDOWSNT.
|
|
468 (Fcall_process_internal): On NT only open process handle if BUFFER
|
|
469 is not 0 (INTP). Close fd_error in parent on NT too.
|
|
470 (Fcall_process_internal): Don't report error for negative pid on
|
|
471 NT (Windows9[58] has them).
|
|
472 (Fcall_process_internal): Call wait_for_termination with pHandle
|
|
473 argument on NT (see sysdep.c).
|
|
474
|
|
475 1999-11-01 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
476
|
|
477 * menubar-x.c (pre_activate_callback): set accelerator field in
|
|
478 "No menu" entries to nil. Avoid crash in
|
|
479 command_builder_operate_menu_accelerator
|
|
480
|
|
481 1999-10-22 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
482
|
|
483 * glyphs-eimage.c (gif_instantiate): Correct handling of
|
|
484 interlaced gifs to avoid writing past the end of the eimage
|
|
485 buffer.
|
|
486
|
|
487 1999-10-21 Rasmus Borup Hansen <rbh@math.ku.dk>
|
|
488
|
|
489 * glyphs-x.c (convert_EImage_to_XImage): Avoid infinite loop on
|
|
490 GrayScale, StaticGray or StaticColor visuals.
|
|
491
|
|
492 1999-10-20 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
493
|
|
494 * fileio.c (Ffile_truename): Do proper mule decoding on
|
|
495 the argument to xrealpath()
|
|
496
|
|
497 1999-10-20 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
498
|
|
499 * event-msw.c (mswindows_key_to_emacs_keysym):
|
|
500 Recognise keypad keys as different from normal keys.
|
|
501
|
|
502 1999-10-20 SL Baur <steve@miho.m17n.org>
|
|
503
|
|
504 * doprnt.c (emacs_doprnt_1): Fix problem with %0XXd for a negative
|
|
505 integer.
|
|
506 Based on a patch from MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
507
|
|
508 1999-10-20 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
509
|
|
510 * unexelf.c (unexec): Only copy the global offset
|
|
511 table from memory on sgi machines.
|
|
512
|
|
513 1999-09-26 Andy Piper <andy@xemacs.org>
|
|
514
|
|
515 * cygwin32.h: include mousewheel definitions.
|
|
516 [This was actually in 21.1.7].
|
|
517
|
|
518 1999-09-24 Martin Buchholz <martin@xemacs.org>
|
|
519
|
|
520 * doprnt.c (get_doprnt_args): Use int, not short, with va_arg.
|
|
521 [This was actually in 21.1.7].
|
|
522
|
355
|
523 1999-09-26 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
524
|
|
525 * XEmacs 21.1.7 is released
|
|
526
|
|
527 1999-09-24 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
528
|
|
529 * frame-x.c (x_any_window_to_frame): Let Xt find the widget and
|
|
530 then use x_any_widget_or_parent_to_frame().
|
|
531 (x_find_frame_for_window): remove special cases.
|
|
532
|
|
533 1999-09-24 Andy Piper <andy@xemacs.org>
|
|
534
|
|
535 * scrollbar-x.c (x_window_is_scrollbar): deleted.
|
|
536 * scrollbar-x.h: ditto.
|
|
537
|
|
538 1999-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
539
|
|
540 * extents.c (extent_remprop): Get extent's plist address
|
|
541 correctly.
|
|
542
|
|
543 1999-09-03 Lee Kindness <lkindness@csl.co.uk>
|
|
544
|
|
545 * object-x.c: Allocate nearest available color in colormap.
|
|
546
|
|
547 1999-09-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
548
|
|
549 * m/mips.h: Support for mips-linux: Add !linux around places
|
|
550 that are not valid for linux, define TEXT_START, DATA_START,
|
|
551 DATA_SEG_BITS.
|
|
552
|
|
553 1999-08-29 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
554
|
|
555 * window.c (Fwindow_truncated_p): New function.
|
|
556
|
|
557 1999-08-29 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
558
|
|
559 * window.c (window_truncation_on): Always return 0 for minibuffer
|
|
560 windows, to enable auto scrolling.
|
|
561
|
|
562 1999-08-28 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
563
|
|
564 * menubar-x.c (make_dummy_xbutton_event): Don't add
|
|
565 offset twice if HAVE_WMCOMMAND is defined.
|
|
566
|
|
567 1999-08-26 Alexandre Oliva <oliva@dcc.unicamp.br>
|
|
568
|
|
569 * tooltalk.c: Include syssignal.h, needed for struct sigaction on
|
|
570 SunOS 4.1.3.
|
|
571
|
353
|
572 1999-08-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
573
|
|
574 * XEmacs 21.1.6 is released
|
|
575
|
|
576 1999-08-13 Alexandre Oliva <oliva@dcc.unicamp.br>, Vin Shelton <acs@xemacs.org>
|
|
577
|
|
578 * unexelf.c: Enable GNU/Linux/alpha to build with gcc 2.95 by
|
|
579 adding support for an sbss section. Get IRIX 5.2 to build using
|
|
580 unexelf.c.
|
|
581
|
|
582 * m/iris4d.h: Use unexelf.o for unexec.
|
|
583
|
|
584 * m/iris5d.h: Use unexelf.o for unexec.
|
|
585
|
|
586 1999-08-13 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
587
|
|
588 * eval.c (run_hook_with_args_in_buffer): GCPRO globals.
|
|
589
|
|
590 1999-08-12 Jeff Miller <jmiller@smart.net>
|
|
591
|
|
592 * gui.c: Put menubar guard around menubar keybindings.
|
|
593
|
|
594 1999-08-12 Bob Weiner <weiner@beopen.com>
|
|
595
|
|
596 * s/sco7.h: Added from rr@sco.com.
|
|
597
|
351
|
598 1999-08-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
599
|
|
600 * XEmacs 21.1.5 is released
|
|
601
|
349
|
602 1999-07-08 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
603
|
|
604 * XEmacs 21.1.4 is released
|
|
605
|
|
606 1999-07-06 Vin Shelton <acs@xemacs.org>
|
|
607
|
|
608 * config.h.in: Added #undef DOCDIR_USER_DEFINED due to Michael
|
|
609 Sperber's change to configure.in.
|
|
610
|
|
611 1999-07-06 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
612
|
|
613 * tooltalk.c (init_tooltalk): save signal actions for SIGQUIT,
|
|
614 SIGINT and SIGCHLD before calling tt_open and restore the
|
|
615 afterwards. This fixes e.g. the zombie subprocesses on Solaris
|
|
616
|
|
617 1999-07-06 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
618
|
|
619 * paths.h.in (PATH_DOC): Made doc-directory configurable.
|
|
620
|
|
621 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
622
|
|
623 * editfns.c: Document "%s" format spec.
|
|
624 Suggested by Bob Weiner <weiner@altrasoft.com>
|
|
625
|
347
|
626 1999-06-26 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
627
|
|
628 * XEmacs 21.1.3 is released
|
|
629
|
|
630 1999-06-26 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
631
|
|
632 * XEmacs 21.1.3 is released
|
|
633
|
|
634 1999-06-26 SL Baur <steve@miho.m17n.org>
|
|
635
|
|
636 * lisp.h (set_bit_vector_bit): Force promotion to unsigned long
|
|
637 int (fixes a 64-bit problem).
|
|
638
|
|
639 1999-06-16 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
640
|
|
641 * event-Xt.c (emacs_Xt_unselect_console): Guard against
|
|
642 unselecting the GPM connection twice when using gnuattach on the
|
|
643 linux console.
|
|
644
|
|
645 1999-06-14 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
646
|
|
647 * src/ntproc.c: include buffer.h.
|
|
648
|
|
649 1999-06-13 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
650
|
|
651 * mule-charset.c (complex_vars_of_mule_charset): Registry of
|
|
652 japanese-jisx0208-1978 should not match with "jisx0208.1983" nor
|
|
653 "jisc6226.1983".
|
|
654
|
|
655 1999-06-13 SL Baur <steve@steve1.m17n.org>
|
|
656
|
|
657 * symsinit.h: Declare vars_of_ntproc.
|
|
658 * emacs.c (main_1): Call it.
|
|
659
|
|
660 * ntproc.c (syms_of_ntproc): Move variable initializations from
|
|
661 here ...
|
|
662 (vars_of_ntproc): ... to here [new function].
|
|
663
|
|
664 * file-coding.c (syms_of_file_coding): Rename.
|
|
665 (vars_of_file_coding): Ditto.
|
|
666 (complex_vars_of_file_coding): Ditto.
|
|
667
|
|
668 * symsinit.h: Rename *_mule_coding to *_file_coding.
|
|
669
|
|
670 * emacs.c (main_1): Call them by the proper name.
|
|
671
|
|
672 * device-msw.c (syms_of_device_mswindows): Move variable
|
|
673 initializations from here ...
|
|
674 (vars_of_device_mswindows): ... to here.
|
|
675
|
|
676 * chartab.c (vars_of_chartab): New function.
|
|
677
|
|
678 * symsinit.h: New function, vars_of_chartab.
|
|
679
|
|
680 * emacs.c (main_1): Call it.
|
|
681
|
|
682 * mule-canna.c (syms_of_mule_canna): Move CANNA initialization ...
|
|
683 (vars_of_mule_canna): ... to here.
|
|
684
|
|
685 * mule-ccl.c (vars_of_mule_ccl): New function. Move variable
|
|
686 initializations out of syms_of_mule_ccl.
|
|
687
|
|
688 * symsinit.h: Declare new function vars_of_mule_ccl.
|
|
689
|
|
690 * emacs.c (main_1): Call it.
|
|
691
|
|
692 1999-06-13 Hirokazu FUKUI <fukui@atesoft.advantest.co.jp>
|
|
693
|
|
694 * frame.c (Fset_mouse_position):
|
|
695 (Fset_mouse_pixel_position):
|
|
696 * window.c (Fsplit_window):
|
|
697 (Fmove_to_window_line):
|
|
698 Fix crash when invoking functions with an already-deleted window
|
|
699 argument.
|
|
700
|
|
701 * indent.c (vertical_motion_1):
|
|
702 (vmotion_pixels):
|
|
703 (Fvertical_motion_pixels):
|
|
704 * window.c (Fwindow_displayed_text_pixel_height):
|
|
705 Fix error message when invoking functions with an already-deleted
|
|
706 window argument.
|
|
707
|
|
708 1999-06-13 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
709
|
|
710 * src/sysdep.c (request_sigio_on_device): Guard against glibc
|
|
711 2.1's stub streams implementation.
|
|
712
|
|
713 1999-06-12 Kyle Jones <kyle_jones@wonderworks.com>
|
|
714
|
|
715 * src/extents.c (splice_in_string_extents_mapper):
|
|
716 Don't return without copying the extent if the
|
|
717 start and end positions are the same.
|
|
718
|
|
719 1999-06-12 Kyle Jones <kyle_jones@wonderworks.com>
|
|
720
|
|
721 * src/fileio.c (Fwrite_region_internal): Return to 20.4
|
|
722 behavior of always retrieving the file's modtime after
|
|
723 the file is closed. This is to avoid "file has changed
|
|
724 on disk" problems on systems that set the file's
|
|
725 modification time when it is closed instead of when the
|
|
726 last write() call returns.
|
|
727
|
|
728 1999-06-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
729
|
|
730 * mule-charset.c (Fmake_char): Strip the eighth bit off ARG1 and
|
|
731 ARG2.
|
|
732
|
|
733 1999-06-12 Andy Piper <andy@xemacs.org>
|
|
734
|
|
735 * ntproc.c (sys_spawnve): fix GCPRO/MULE filename bug. Share emacs
|
|
736 console by default.
|
|
737
|
|
738 * symsinit.h: declare syms_of_ntproc();
|
|
739
|
|
740 * emacs.c (main_1): call syms_of_ntproc() when windows.
|
|
741
|
|
742 1999-06-12 Jerry James <jerry@cs.ucsb.edu>
|
|
743
|
|
744 * xlwmenu.c (make_shadow_gcs): Test bottom_shadow_pixmap before
|
|
745 using it.
|
|
746
|
|
747 1999-06-12 Martin Buchholz <martin@xemacs.org>
|
|
748
|
|
749 * lread.c (read_escape): Make hex escapes read only two hex
|
|
750 digits.
|
|
751
|
345
|
752 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
753
|
|
754 * XEmacs 21.1.2 is released
|
|
755
|
343
|
756 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
757
|
|
758 * XEmacs 21.1.1 is released
|
|
759
|
|
760 1999-05-11 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
761
|
|
762 * emacs.c (Frun_emacs_from_temacs): (re)alloc natgs+2 entries for
|
|
763 run_temacs_argv array -- fixes random memory corruption crash
|
|
764
|
|
765 1999-05-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
766
|
|
767 * window.c (Fcurrent_window_configuration):
|
|
768 Save minibuffer height;
|
|
769
|
|
770 * window.c (set_window_configuration): use it.
|
|
771
|
|
772 1999-05-10 Robert Pluim <rpluim@bigfoot.com>
|
|
773
|
|
774 * lisp.h (NNUNGCPRO): fix typo in name of DEBUG_GCPRO version
|
|
775
|
|
776 1999-04-22 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
777
|
|
778 * objects.c (print_font_instance): Check for NILP(f->device),
|
|
779 i.e. Vthe_null_font_instance.
|
|
780 (font_instance_truename_internal): ditto.
|
|
781 (Ffont_instance_properties): ditto.
|
|
782
|
|
783 1999-04-21 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
784
|
|
785 * redisplay.c (redisplay_window): Do not put data
|
|
786 in the line start cache if it is not guaranteed to be correct
|
|
787
|
|
788 1999-04-02 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
789
|
|
790 * window.c (struct window_config): Removed frame
|
|
791 size members.
|
|
792 (window_config_equal): No longer compare frame sizes.
|
|
793 (Fset_window_configuration): Resize old top window to fit in the
|
|
794 current frame directly, no longer use a fake frame resize.
|
|
795 (Fcurrent_window_configuration): No longer save frame size
|
|
796
|
|
797 1999-04-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
798
|
|
799 * symbols.c (Fintern): Obey new ->obarray_flags semantics.
|
|
800 (reject_constant_symbols): Ditto.
|
|
801 (init_symbols_once_early): Ditto.
|
|
802
|
|
803 * print.c (print_symbol): Obey new ->obarray_flags semantics.
|
|
804
|
|
805 * alloc.c (Fmake_symbol): Initialize ->obarray_flags to 0.
|
|
806 (Fpurecopy): Obey new ->obarray_flags semantics.
|
|
807
|
|
808 * lisp.h (struct Lisp_Symbol): Renamed .obarray to .obarray_flags,
|
|
809 and documented their new meaning.
|
|
810
|
|
811 * alloc.c (Fpurecopy): When purecopy-ing an *interned* symbol,
|
|
812 still mark it as purecopied, so that Funintern() can deal with it
|
|
813 later.
|
|
814
|
|
815 * symbols.c (Funintern): When uninterning symbols that are
|
|
816 referenced by pure structures, provide a pointer to them in
|
|
817 Vpure_uninterned_symbol_table.
|
|
818
|
339
|
819 1999-03-25 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
820
|
|
821 * XEmacs 21.0.67 is released
|
|
822
|
337
|
823 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
824
|
|
825 * XEmacs 21.0.66 is released
|
|
826
|
|
827 1999-03-08 Andy Piper <andy@xemacs.org>
|
|
828
|
|
829 * menubar-msw.c (displayable_menu_item): correct off-by-one &
|
|
830 handling.
|
|
831
|
|
832 1999-03-08 Martin Buchholz <martin@xemacs.org>
|
|
833
|
|
834 * mule-charset.c:
|
|
835 (non_ascii_valid_char_p):
|
|
836 (lookup_composite_char):
|
|
837 (composite_char_string):
|
|
838 (make-composite-char):
|
|
839 (composite-char-string):
|
|
840 (syms_of_mule_charset):
|
|
841 (complex_vars_of_mule_charset):
|
|
842 * mule-charset.h (LEADING_BYTE_COMPOSITE):
|
|
843 (CHAR_LEADING_BYTE):
|
|
844 (MAKE_CHAR):
|
|
845 * file-coding.h (CODING_STATE_COMPOSITE):
|
|
846 (CODING_STATE_ISO2022_LOCK):
|
|
847 (iso_esc_flag):
|
|
848 (LEADING_BYTE_COMPOSITE):
|
|
849 * file-coding.c (struct iso2022_decoder):
|
|
850 (decoding_closer):
|
|
851 (reset_iso2022):
|
|
852 (parse_iso2022_esc):
|
|
853 (encode_coding_iso2022):
|
|
854 #ifdef out all composite character support using
|
|
855 #ifdef ENABLE_COMPOSITE_CHARS
|
|
856
|
|
857 * alloc.c: Define lrecord_coding_system only if ! FILE_CODING
|
|
858
|
|
859 1999-03-07 Martin Buchholz <martin@xemacs.org>
|
|
860
|
|
861 * systime.h: Unix98 says sys/time.h should define select(), but
|
|
862 some systems define that in unistd.h. So include that file always.
|
|
863
|
|
864 * free-hook.c (blocktype): Add gcpro5_type to blocktype.
|
|
865 (log_gcpro): Remove unused variable FRAME.
|
|
866 (show_gcprohist): Ansify.
|
|
867 Comment the #endif's
|
|
868
|
|
869 1999-02-18 Martin Buchholz <martin@xemacs.org>
|
|
870
|
|
871 * opaque.c (print_opaque):
|
|
872 (sizeof_opaque):
|
|
873 (equal_opaque):
|
|
874 (hash_opaque):
|
|
875 Egcs 1.1.1 seems to have a bug where
|
|
876 INTP (p->size_or_chain)
|
|
877 will crash XEmacs. Fix by introducing intermediate variable.
|
|
878
|
|
879 1999-03-05 Martin Buchholz <martin@xemacs.org>
|
|
880
|
|
881 * alloc.c: (disksave_object_finalization):
|
|
882 Set all the *-load-path variables to
|
|
883 nil, not just load-path itself. This gets the locate-file hash
|
|
884 tables garbage collected BEFORE dump, and has the side effect of
|
|
885 preventing crashes on OSF4.0+egcs.
|
|
886
|
|
887 * alloc.c:
|
|
888 * gdbinit:
|
|
889 * dbxrc:
|
|
890 - Clean up gdb/dbx debugging support.
|
|
891 - Storing an EMACS_INT in an enum is not 64-bit clean!
|
|
892 - So change the enum to a set of separate variables.
|
|
893 - Add test cases to help debug the debugging support!
|
|
894 - Add `lisp-shadows' and `run-temacs' targets for dbx.
|
|
895 - Both dbx and gdb have been tested now.
|
|
896
|
335
|
897 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
898
|
|
899 * XEmacs 21.0.65 is released
|
|
900
|
|
901 1999-03-02 Paul Keusemann <pkeusem@visi.com>
|
|
902
|
|
903 * database.c (berkdb_map): Add flags argument to cursor call (must
|
|
904 be 0 according to docs) required for Berkeley DB 2.6.4 and later.
|
|
905
|
|
906 1999-03-03 Martin Buchholz <martin@xemacs.org>
|
|
907
|
|
908 * console.h (struct console_methods): Always use full ANSI prototypes
|
|
909
|
|
910 * dgif_lib.c (BitSize): Make static.
|
|
911
|
|
912 * emacs.c (__sti__iflPNGFile_c___): Always use full ANSI prototypes
|
|
913
|
333
|
914 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
915
|
|
916 * XEmacs 21.0.64 is released
|
|
917
|
|
918 1999-02-22 Andy Piper <andy@xemacs.org>
|
|
919
|
|
920 * frame-msw.c (mswindows_make_frame_visible): use SW_SHOW rather
|
|
921 than SW_SHOWNORMAL to prevent resizing of maximised frames.
|
|
922 (mswindows_raise_frame): remove comment.
|
|
923
|
|
924 1999-02-23 SL Baur <steve@xemacs.org>
|
|
925
|
|
926 * glyphs-x.c (convert_EImage_to_XImage): Remove unused variable.
|
|
927
|
337
|
928 1999-02-18 Martin Buchholz <martin@xemacs.org>
|
|
929
|
|
930 * file-coding.c (convert_to_external_format):
|
|
931 (convert_from_external_format):
|
|
932 Rewrite code to work around a DEC cc compiler bug.
|
|
933
|
333
|
934 1999-02-17 Kazuo Oishi <oishi@ae.agr.yamaguchi-u.ac.jp>
|
|
935
|
337
|
936 * glyphs-x.c (cononvert_EImage_to_XImage): correct
|
333
|
937 bytes per pixel counting.
|
|
938
|
|
939 1999-02-15 Andy Piper <andy@xemacs.org>
|
|
940
|
|
941 * s/cygwin32.h (BROKEN_SIGIO): don't define this as it causes
|
|
942 major lockups.
|
|
943
|
|
944 1999-02-10 Martin Buchholz <martin@xemacs.org>
|
|
945
|
|
946 * s/bsdos4.h: New file. Port to BSDI BSD/OS 4.0.
|
|
947 * xintrinsic.h: Redo CONST support for X11 R4 compatibility.
|
|
948
|
|
949 1999-02-02 Gleb Arshinov <gleb@cs.stanford.edu>
|
|
950
|
337
|
951 * process-nt.c (nt_send_process):
|
333
|
952 Fix for process-send-region/process-send-string breaking when size
|
|
953 of the input > 128 chars: change maximum chunk size for process
|
|
954 stream from 512 to 128, thus guaranteeing that ntpipe_shove_writer
|
|
955 succeeds.
|
|
956
|
331
|
957 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
958
|
|
959 * XEmacs 21.0.63 is released
|
|
960
|
|
961 1999-01-22 Andy Piper <andy@xemacs.org>
|
|
962
|
|
963 * glyphs-msw.c (xbm_create_bitmap_from_data): make sure bpline is
|
|
964 a power of 2.
|
|
965
|
329
|
966 1999-01-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
967
|
|
968 * XEmacs 21.0.62 is released
|
|
969
|
327
|
970 1999-01-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
971
|
|
972 * XEmacs 21.0.61 is released
|
|
973
|
|
974 1998-12-15 Charles G. Waldman <cgw@pgt.com>
|
|
975
|
|
976 * sound.c (play-sound-file): Correct doc string to
|
|
977 mention support of WAV files on Microsoft Windows
|
|
978
|
|
979 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
980
|
337
|
981 * buffer.c (init_initial_directory):
|
327
|
982 - use correct conversions between internal and external format.
|
|
983 (directory_is_current_directory): new function
|
|
984 (init_buffer): convert initial_directory to internal format.
|
|
985 - solve crashes when current working directory is non-ASCII.
|
|
986
|
|
987 1998-12-15 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
988
|
|
989 * eldap.c (toplevel): Mention that eldap.c compiles with
|
|
990 OpenLDAP libs
|
|
991 (Fldap_open): Use `GET_C_STRING_OS_DATA_ALLOCA'
|
|
992 (Fldap_search_internal): Ditto
|
|
993
|
|
994 1998-12-15 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
995
|
|
996 * glyphs.c (normalize_image_instantiator): GCPRO instantiator
|
|
997
|
|
998 1998-12-16 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
999
|
|
1000 * menubar-msw.c (displayable_menu_item):
|
|
1001 Escape occurrences of '&' and support occurrences of the
|
|
1002 '%_' accelerator indicator in menus.
|
|
1003
|
|
1004 1998-12-16 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1005
|
|
1006 * event-msw.c
|
|
1007 (Belatedly) added Kirill to list of file's authors.
|
|
1008 emacs_mswindows_quit_p: Don't process WM_PAINT messages in
|
|
1009 quit checking. WM_PAINT messages cause redisplay, but
|
|
1010 windows' states are not necessarily stable when this function
|
|
1011 gets called.
|
|
1012
|
|
1013 1998-12-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
1014
|
|
1015 * extents.c (set_extent_glyph_1): Make sure that the glyph we
|
|
1016 attach to the extent is valid.
|
|
1017
|
325
|
1018 1998-12-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1019
|
|
1020 * XEmacs 21.0.60 is released
|
|
1021
|
|
1022 1998-12-03 Andy Piper <andy@xemacs.org>
|
|
1023
|
|
1024 * glyphs-msw.c (init_image_instance_from_xbm_inline): assign
|
|
1025 hotspot lisp objects rather than erronously using XSETINT.
|
|
1026
|
323
|
1027 1998-12-08 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1028
|
|
1029 * XEmacs 21.0.59 is released
|
|
1030
|
321
|
1031 1998-12-08 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1032
|
|
1033 * XEmacs 21.0.58 is released
|
|
1034
|
|
1035 1998-12-02 Didier Verna <verna@inf.enst.fr>
|
|
1036
|
|
1037 * menubar-x.c (menu_item_descriptor_to_widget_value_1): set the
|
|
1038 accelerator field to nil for labels.
|
|
1039 set the dummy accelerator field to nil also (from Martin).
|
|
1040
|
|
1041 1998-12-02 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
1042
|
|
1043 * unexec.c: Changed a #ifndef statement to fix XEmacs on BSDI 3.0
|
|
1044
|
|
1045 1998-11-27 SL Baur <steve@altair.xemacs.org>
|
|
1046
|
|
1047 * mule-charset.c (complex_vars_of_mule_charset): Fix graphic
|
|
1048 property in control-1 charset.
|
|
1049 From Julian Bradfield <jcb@daimi.au.dk>
|
|
1050
|
|
1051 1998-11-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1052
|
|
1053 * gui-x.c (button_item_to_widget_value): Ignore :key-sequence
|
|
1054 keyword.
|
|
1055 Add stub for :label.
|
|
1056
|
|
1057 * gui.c (gui_item_add_keyval_pair): ditto.
|
|
1058
|
|
1059 * menubar-x.c (menu_item_descriptor_to_widget_value_1): Ignore
|
|
1060 :key-sequence keyword.
|
|
1061 Add stub for:label.
|
|
1062 Support :active for submenus like the Windows code and FSF Emacs.
|
|
1063
|
|
1064 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
1065
|
|
1066 * chartab.c (Freset_char_table): Fix wrong placement of #endif.
|
|
1067
|
|
1068 1998-11-24 Hrvoje Niksic <hniksic@srce.hr>
|
|
1069
|
|
1070 * chartab.c (Freset_char_table): Don't blindly fill chartables of
|
|
1071 type `char' with nils.
|
|
1072
|
|
1073 * chartab.c (canonicalize_char_table_value): Coerce ints to chars
|
|
1074 for tables of type `char'.
|
|
1075
|
|
1076 1998-11-26 Didier Verna <verna@inf.enst.fr>
|
|
1077
|
|
1078 * input-method-xlib.c (Initialize_Locale): don't call
|
|
1079 XtSetLanguageProc. We've done the whole work here.
|
|
1080 * input-method-xfs.c (Initialize_Locale): ditto.
|
|
1081 * input-method-motif.c (Initialize_Locale): ditto.
|
|
1082
|
|
1083 1998-11-26 Didier Verna <verna@inf.enst.fr>
|
|
1084
|
|
1085 * process-unix.c (unix_create_process): handle properly
|
|
1086 Vfile_name_coding_system for converting the program and directory
|
337
|
1087 names.
|
321
|
1088
|
|
1089 1998-11-27 SL Baur <steve@altair.xemacs.org>
|
|
1090
|
|
1091 * m/arm.h: New file.
|
|
1092 From James LewisMoss <dres@ioa.com>
|
|
1093
|
|
1094 1998-11-27 Takeshi Hagiwara <hagiwara@ie.niigata-u.ac.jp>
|
|
1095
|
|
1096 * m/mips-nec.h:
|
|
1097 Fix the realpath() problem of UnixWare2.1.3.
|
|
1098 Patches for NEC's sysv4.2 machine.
|
|
1099
|
|
1100 1998-11-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1101
|
|
1102 * linuxplay.c: Including <fcntl.h> instead of <sys/fcntl.h> makes
|
|
1103 sound work on AIX with OSS installed. Linux should still work.
|
|
1104
|
|
1105 1998-11-03 Andy Piper <andyp@parallax.co.uk>
|
|
1106
|
|
1107 * config.h.in: name change for cygwin/version.h
|
|
1108
|
|
1109 * configure.in: check for cygwin/version.h now.
|
|
1110
|
|
1111 * cygwin32.h: track CYGWIN_DLL_VERSION_MAJOR ->
|
|
1112 CYGWIN_VERSION_DLL_MAJOR name change in cygwin b20.
|
|
1113 move cygwin32/version.h to cygwin/version.h
|
|
1114
|
|
1115 1998-11-03 Olivier Galibert <galibert@pobox.com>
|
|
1116
|
|
1117 * lisp.h (struct Lisp_Bit_Vector): Fix declaration of bits from
|
|
1118 int to long.
|
|
1119
|
|
1120 1998-10-22 Andy Piper <andyp@parallax.co.uk>
|
|
1121
|
|
1122 * cygwin32.h: track CYGWIN_DLL_VERSION_MAJOR ->
|
|
1123 CYGWIN_VERSION_DLL_MAJOR name change in cygwin b20.
|
|
1124 enable BROKEN_SIGIO under b20 to make QUIT work.
|
|
1125
|
|
1126 1998-10-22 Andy Piper <andyp@parallax.co.uk>
|
|
1127
|
|
1128 * frame-msw.c (mswindows_size_frame_internal): force frame sizing
|
|
1129 to fit within the constraints of the screen size. I.e. make the
|
|
1130 frame small enough to fit and move it if some of it will be
|
|
1131 off-screen.
|
|
1132
|
|
1133 1998-11-24 SL Baur <steve@altair.xemacs.org>
|
|
1134
|
|
1135 * gifrlib.h: Clean up types for 64 bit compile.
|
|
1136 * dgif_lib.c (DGifInitRead): Ditto.
|
|
1137 (MakeSavedImage): Ditto.
|
|
1138 * emacs.c (decode_path): Ditto.
|
|
1139 From Steve Carney <carney@pa.dec.com>
|
|
1140
|
|
1141 1998-10-16 William M. Perry <wmperry@aventail.com>
|
|
1142
|
|
1143 * glyphs-msw.c (bitmap_table): Fixed typo in builtin bitmaps
|
|
1144 (cehckboxes instead of checkboxes).
|
|
1145
|
|
1146 1998-10-13 Raymond Toy <toy@rtp.ericsson.se>
|
|
1147
|
|
1148 * runemacs.c (WinMain): If the basename is "rungnuclient.exe", run
|
|
1149 gnuclient. Otherwise, we run xemacs as we always did. This gets
|
|
1150 rid of the annoying DOS window when running gnuclient.
|
|
1151
|
|
1152 1998-10-13 Andy Piper <andyp@parallax.co.uk>
|
|
1153
|
|
1154 * dragdrop.c (vars_of_dragdrop): rename HAVE_MSWINDOWS ->
|
|
1155 HAVE_MS_WINDOWS typo.
|
|
1156
|
|
1157 1998-10-13 SL Baur <steve@altair.xemacs.org>
|
|
1158
|
|
1159 * process-unix.c (unix_send_process): Set closed flag on writable
|
|
1160 pipe after SIGPIPE is received and before we call deactivate_process.
|
|
1161
|
|
1162 1998-10-03 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
1163
|
|
1164 * window.c (Fset_window_start): respect narrowing when
|
|
1165 checking wheter start is at the beginning of a line.
|
|
1166 (Fset_window_buffer): Ditto
|
|
1167 Fixes repeatable crash in VM.
|
|
1168
|
|
1169 1998-10-09 SL Baur <steve@altair.xemacs.org>
|
|
1170
|
|
1171 * window.c (specifier_vars_of_window): Set default vertical
|
|
1172 divider width to 1 on ttys.
|
|
1173
|
|
1174 1998-10-08 Martin Buchholz <martin@xemacs.org>
|
|
1175
|
|
1176 * alloc.c:
|
|
1177 * unexec.c:
|
|
1178 * malloc.c:
|
|
1179 Add <stddef.h> to get ptrdiff_t declaration
|
|
1180
|
|
1181 1998-10-07 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1182
|
337
|
1183 * scrollbar-msw.c: Use the same vertical scrollbar drag hack as
|
321
|
1184 is used for Motif or Lucid scrollbars under X.
|
|
1185
|
|
1186 1998-10-08 Pierre Wendling <pw@ebc.vbe.dec.com>
|
|
1187
|
|
1188 * m/alpha.h (UNEXEC): quoted to avoid bad expansion when running
|
|
1189 `configure'
|
|
1190
|
|
1191 1998-10-06 Takeshi Hagiwara <hagiwara@ie.niigata-u.ac.jp>
|
|
1192
|
|
1193 * frame-x.c (x_delete_frame): Fix an argument of XtDestroyWidget.
|
|
1194
|
|
1195 1998-10-05 Andy Piper <andyp@parallax.co.uk>
|
|
1196
|
|
1197 * s/cygwin32.h: more cygwin b20 reorganisation.
|
|
1198
|
|
1199 1998-09-30 SL Baur <steve@altair.xemacs.org>
|
|
1200
|
|
1201 * callproc.c (child_setup): Fix spelling typo.
|
|
1202
|
318
|
1203 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
1204
|
|
1205 * XEmacs 21.0-pre14 is released.
|
|
1206
|
|
1207 1998-09-27 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
1208
|
|
1209 * regex.c (re_match_2_internal): Add in code to reset lowest_active_reg
|
|
1210 to prevent memory corruption in the case of jumping out of a series of
|
|
1211 nested match patterns. This is a rather brute force approach, though.
|
|
1212
|
|
1213 1998-09-02 Andy Piper <andyp@parallax.co.uk>
|
|
1214
|
|
1215 * config.h.in: ditto.
|
|
1216
|
|
1217 * s/cygwin32.h: rearrange declarations to cope with cygwin
|
|
1218 b20. Include cygwin32/version.h if it exists.
|
|
1219
|
|
1220 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1221
|
|
1222 * device-msw.c (mswindows_init_device): Call new
|
|
1223 mswindows_enumerate_fonts() function in objects-msw.c instead
|
|
1224 of font_enum_callback_1() to enumerate fonts.
|
|
1225
|
337
|
1226 font_enum_callback_1() and _2() moved to objects-msw.c.
|
|
1227
|
|
1228 * faces.c (complex_vars_of_faces): Make the mswindows default
|
318
|
1229 face font fully specified and provide some fallbacks.
|
|
1230
|
|
1231 * objects-msw.c: font_enum_callback_1() and _2() moved here
|
|
1232 from objects-msw.c. Obtain the enumerated font's character
|
|
1233 sets by table lookup instead of using the locale-specific
|
|
1234 string provided by Windows.
|
|
1235
|
|
1236 New public non-method mswindows_enumerate_fonts() that fills
|
|
1237 in the supplied mswindows device's font list.
|
|
1238
|
|
1239 mswindows_initialize_font_instance: Use the supplied name
|
|
1240 variable instead of f->name when signalling errors. Match font
|
|
1241 weights and character sets using lookup tables which handle
|
|
1242 spaces instead of by frobbing.
|
|
1243
|
|
1244 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1245
|
|
1246 * process-nt.c: Define an arbitrary limit, FRAGMENT_CODE_SIZE,
|
|
1247 on the size of code fragments passed to run_in_other_process.
|
|
1248
|
|
1249 run_in_other_process(): Use FRAGMENT_CODE_SIZE to determine
|
|
1250 the amount of memory to allocate in the other process.
|
|
1251
|
|
1252 Removed sigkill_code_end(), sigint_code_end() and
|
|
1253 sig_enable_code_end() since they are now redundant.
|
|
1254
|
|
1255 send_signal() and enable_child_signals(): Don't try to work
|
337
|
1256 out the end of the code fragments passed to
|
318
|
1257 run_in_other_process()
|
|
1258
|
|
1259 1998-09-10 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
1260
|
|
1261 * src/s/freebsd.h: Added __ELF__ and compiler/liker flags for
|
|
1262 FreeBSD-current.
|
|
1263
|
|
1264 * src/unexelf.c: Partially synched with FSF's 20.3.
|
|
1265
|
|
1266 1998-09-11 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
1267
|
|
1268 * redisplay.c (redisplay_window): make sure a new starting point
|
|
1269 is chosen if it somehow got moved from the beginning of the line
|
|
1270 -- this can happen because Fwiden was called recently.
|
|
1271
|
|
1272 * window.c (Fset_window_start): set start_at_line_beg correctly
|
|
1273 (Fset_window_buffer): Ditto
|
|
1274
|
316
|
1275 1998-09-06 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1276
|
|
1277 * process-unix.c (unix_create_process): Reset SIGHUP handler to
|
|
1278 SIG_DFL. We now try to conserve any inherted SIG_IGN settings
|
337
|
1279 in init_signals_very_early. However these should not be passed
|
316
|
1280 on to children attached to the new pty.
|
|
1281
|
|
1282 1998-08-28 Andy Piper <andyp@parallax.co.uk>
|
|
1283
|
|
1284 * glyphs-eimage.c (png_instantiate_unwind): clean up eimage after use.
|
|
1285
|
|
1286 1998-09-07 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1287
|
|
1288 * fileio.c (file-name-directory, file_name_as_directory):
|
337
|
1289 Don't call CORRECT_DIR_SEPS, even when #defined WINDOWSNT.
|
316
|
1290
|
314
|
1291 1998-09-05 SL Baur <steve@altair.xemacs.org>
|
|
1292
|
|
1293 * XEmacs 21.0-pre12 is released.
|
|
1294
|
|
1295 1998-09-02 Andy Piper <andyp@parallax.co.uk>
|
|
1296
|
|
1297 * emacs.c (main_1): init_ralloc() if initialised and we have REL_ALLOC
|
|
1298
|
|
1299 * ralloc.c: uncomment __morecore.
|
|
1300
|
|
1301 1998-09-92 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1302
|
|
1303 * event-msw.c(winsock_writer): Supply a dummy 4th argument to
|
|
1304 WriteFile() to fix a winsock 1.x bug on Win95.
|
|
1305
|
|
1306 1998-08-26 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
1307
|
|
1308 * frame-x.c (x_delete_frame): Flush the X output buffer after
|
|
1309 calling XtDestroyWidget to ensure that the windows are really
|
337
|
1310 killed right now.
|
314
|
1311
|
|
1312 1998-08-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
1313
|
|
1314 * menubar-x.c (my_run_hook): New unused function.
|
|
1315 (pre_activate_callback): Use run_hook for Qactivate_menubar_hook,
|
|
1316 since we ignore the results of the contained functions anyway.
|
|
1317
|
|
1318 1998-08-26 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
1319
|
|
1320 * glyphs-eimage.c (gif_instantiate): Fix a crash in handling
|
|
1321 interlaced GIF files that are smaller than 4 lines high...
|
|
1322
|
|
1323 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
1324
|
|
1325 * macros.c (Fend_kbd_macro): Remove trailing period from error
|
|
1326 message.
|
|
1327 (Fexecute_kbd_macro): Ditto.
|
|
1328
|
312
|
1329 1998-08-22 SL Baur <steve@altair.xemacs.org>
|
|
1330
|
|
1331 * XEmacs 21.0-pre11 is released.
|
|
1332
|
|
1333 1998-08-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1334
|
|
1335 * lread.c (vars_of_lread): Removed `source-directory' variable.
|
|
1336
|
|
1337 1998-08-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
1338
|
|
1339 * fileio.c (Ffile_readable_p): Apply the DOS/Windows logic to
|
|
1340 Cygwin.
|
|
1341
|
|
1342 1998-08-22 SL Baur <steve@altair.xemacs.org>
|
|
1343
|
|
1344 * XEmacs 21.0-pre10 is released.
|
|
1345
|
310
|
1346 1998-08-16 Martin Buchholz <martin@xemacs.org>
|
|
1347
|
|
1348 * fns.c (Fremrassq, remrassq_no_quit):
|
|
1349 A XCAR that should have been an XCDR turned Fremrassq into Fremassq
|
|
1350
|
308
|
1351 1998-08-11 SL Baur <steve@altair.xemacs.org>
|
|
1352
|
|
1353 * XEmacs 21.0-pre9 is released.
|
|
1354
|
|
1355 1998-08-09 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1356
|
|
1357 * event-msw.c (mswindows_wnd_proc): Workaround for a Win95 bug:
|
|
1358 Manually track the state of the left and right Ctrl and Alt
|
|
1359 modifiers.
|
|
1360
|
|
1361 1998-08-07 Matt Stupple <matts@tibco.com>
|
|
1362
|
|
1363 * ntproc.c: don't wait on char_consumed at thread entry.
|
337
|
1364 Additionally, to get the 'process' marked as finished, ensure
|
|
1365 that the CHILD_ACTIVE macro returns false, so before exiting
|
|
1366 close char_avail and set it to NULL, and close other handles
|
308
|
1367 to reduce handle leak problems.
|
|
1368
|
|
1369 1998-08-09 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1370
|
|
1371 * menubar-msw.c (displayable_menu_item): take account of menu
|
|
1372 depth when deciding whether to try to display accelerators.
|
|
1373
|
|
1374 1998-08-04 Andy Piper <andyp@parallax.co.uk>
|
|
1375
|
|
1376 * event-msw.c: use MsgWaitForMultipleObjects if there are no
|
|
1377 subprocesses.
|
|
1378
|
|
1379 * glyphs-msw.c: fix a couple of potential handle leaks.
|
|
1380
|
|
1381 1998-08-04 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
1382
|
|
1383 * dgif_lib.c gif_io.c gifrlib.h: New files to put GIF
|
|
1384 *decoding ONLY* back into the core.
|
|
1385 * glyphs-eimage.c: Change referenced header file for GIF
|
|
1386 reading to point to the incore version.
|
|
1387
|
|
1388 1998-08-04 SL Baur <steve@altair.xemacs.org>
|
|
1389
|
|
1390 * XEmacs 21.0-pre8 is released.
|
|
1391
|
306
|
1392 1998-07-29 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
1393
|
|
1394 * glyphs-eimage.c (png_instantiate): Add proper handling for background
|
|
1395 colors taken from the default face. Also correct a thinko in
|
|
1396 transparency (not alpha) handling.
|
|
1397
|
|
1398 1998-07-23 Martin Buchholz <martin@xemacs.org>
|
|
1399
|
|
1400 * s/decosf4-0.h: Use a perfectly ordinary link. Nuke BSD crap.
|
|
1401 * unexalpha.c: ANSI C-ize. Clean compiler warnings.
|
|
1402 * lread.c (Fload_internal): Be very careful with printfs of
|
|
1403 size_t's
|
|
1404 * gui-x.c (menu_name_to_accelerator): tolower wants an `int'
|
|
1405 argument.
|
|
1406
|
|
1407 1998-07-27 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
1408
|
|
1409 * callint.c (Fcall_interactively): GCPRO prompt string before
|
|
1410 passing it to Fread_key_sequence
|
|
1411
|
|
1412 1998-07-16 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1413
|
|
1414 * event-Xt.c (x_to_emacs_keysym): Return nil for modifier keysyms.
|
337
|
1415 (x_event_to_emacs_event): Let x_to_emacs_keysym check for modifier
|
306
|
1416 keys thus no longer considering all keysyms on a key.
|
|
1417
|
|
1418 1998-07-27 SL Baur <steve@altair.xemacs.org>
|
|
1419
|
|
1420 * keymap.c (vars_of_keymap): Initialize Vkey_translation_map and
|
|
1421 Vvertical_divider_map.
|
|
1422
|
|
1423 * mule-canna.c (vars_of_mule_canna): Initialize every symbol to
|
|
1424 Qnil or 0, none were initialized prior to this change.
|
|
1425
|
|
1426 Rename misnamed `V' prefixed integer variables:
|
|
1427 Vcanna_empty_info, Vcanna_through_info, Vcanna_underline,
|
|
1428 Vcanna_inhibit_hankakukana, Vcanna_henkan_length, Vcanna_henkan_revPos,
|
|
1429 Vcanna_henkan_revLen, Vcanna_ichiran_length, Vcanna_ichiran_revPos,
|
|
1430 Vcanna_ichiran_revLen.
|
|
1431
|
|
1432 Rename misnamed `V' prefixed integer variables and initialize
|
|
1433 properly in the vars_of routine.
|
|
1434 Vcanna_mode_AlphaMode, Vcanna_mode_EmptyMode, Vcanna_mode_KigoMode,
|
|
1435 Vcanna_mode_YomiMode, Vcanna_mode_JishuMode, Vcanna_mode_TankouhoMode,
|
|
1436 Vcanna_mode_IchiranMode, Vcanna_mode_YesNoMode, Vcanna_mode_OnOffMode,
|
|
1437 Vcanna_mode_AdjustBunsetsuMode, Vcanna_mode_ChikujiYomiMode,
|
|
1438 Vcanna_mode_ChikujiTanMode, Vcanna_mode_HenkanMode,
|
|
1439 Vcanna_mode_HenkanNyuryokuMode, Vcanna_mode_ZenHiraHenkanMode,
|
|
1440 Vcanna_mode_HanHiraHenkanMode, Vcanna_mode_ZenKataHenkanMode,
|
|
1441 Vcanna_mode_HanKataHenkanMode, Vcanna_mode_HanKataHenkanMode,
|
|
1442 Vcanna_mode_ZenAlphaHenkanMode, Vcanna_mode_HanAlphaHenkanMode,
|
|
1443 Vcanna_mode_ZenHiraKakuteiMode, Vcanna_mode_HanHiraKakuteiMode,
|
|
1444 Vcanna_mode_ZenKataKakuteiMode, Vcanna_mode_HanKataKakuteiMode,
|
|
1445 Vcanna_mode_ZenAlphaKakuteiMode, Vcanna_mode_HanAlphaKakuteiMode,
|
|
1446 Vcanna_mode_HexMode, Vcanna_mode_BushuMode, Vcanna_mode_ExtendMode,
|
|
1447 Vcanna_mode_RussianMode, Vcanna_mode_GreekMode, Vcanna_mode_LineMode,
|
|
1448 Vcanna_mode_ChangingServerMode, Vcanna_mode_HenkanMethodMode,
|
|
1449 Vcanna_mode_DeleteDicMode, Vcanna_mode_TourokuMode,
|
|
1450 Vcanna_mode_TourokuEmptyMode, Vcanna_mode_TourokuHinshiMode,
|
|
1451 Vcanna_mode_TourokuDicMode, Vcanna_mode_QuotedInsertMode,
|
|
1452 Vcanna_mode_BubunMuhenkanMode, Vcanna_mode_MountDicMode,
|
|
1453 Vcanna_fn_SelfInsert, Vcanna_fn_FunctionalInsert,
|
|
1454 Vcanna_fn_QuotedInsert, Vcanna_fn_JapaneseMode, Vcanna_fn_AlphaMode,
|
|
1455 Vcanna_fn_HenkanNyuryokuMode, Vcanna_fn_Forward, Vcanna_fn_Backward,
|
|
1456 Vcanna_fn_Next, Vcanna_fn_Prev, Vcanna_fn_BeginningOfLine,
|
|
1457 Vcanna_fn_EndOfLine, Vcanna_fn_DeleteNext, Vcanna_fn_DeletePrevious,
|
|
1458 Vcanna_fn_KillToEndOfLine, Vcanna_fn_Henkan, Vcanna_fn_Kakutei,
|
|
1459 Vcanna_fn_Extend, Vcanna_fn_Shrink, Vcanna_fn_AdjustBunsetsu,
|
|
1460 Vcanna_fn_Quit, Vcanna_fn_ConvertAsHex, Vcanna_fn_ConvertAsBushu,
|
|
1461 Vcanna_fn_KouhoIchiran, Vcanna_fn_BubunMuhenkan, Vcanna_fn_Zenkaku,
|
|
1462 Vcanna_fn_Hankaku, Vcanna_fn_ExtendMode, Vcanna_fn_ToUpper,
|
|
1463 Vcanna_fn_Capitalize, Vcanna_fn_ToLower, Vcanna_fn_Hiragana,
|
|
1464 Vcanna_fn_Katakana, Vcanna_fn_Romaji, Vcanna_fn_BaseHiragana,
|
|
1465 Vcanna_fn_BaseKatakana, Vcanna_fn_BaseEisu, Vcanna_fn_BaseZenkaku,
|
|
1466 Vcanna_fn_BaseHankaku, Vcanna_fn_BaseKana, Vcanna_fn_BaseKakutei,
|
|
1467 Vcanna_fn_BaseHenkan, Vcanna_fn_BaseHiraKataToggle,
|
|
1468 Vcanna_fn_BaseZenHanToggle, Vcanna_fn_BaseKanaEisuToggle,
|
|
1469 Vcanna_fn_BaseKakuteiHenkanToggle, Vcanna_fn_BaseRotateForward,
|
|
1470 Vcanna_fn_BaseRotateBackward, Vcanna_fn_Touroku, Vcanna_fn_HexMode,
|
|
1471 Vcanna_fn_BushuMode, Vcanna_fn_KigouMode, Vcanna_fn_Mark,
|
|
1472 Vcanna_fn_TemporalMode, Vcanna_key_Nfer, Vcanna_key_Xfer,
|
|
1473 Vcanna_key_Up, Vcanna_key_Left, Vcanna_key_Right, Vcanna_key_Down,
|
|
1474 Vcanna_key_Insert, Vcanna_key_Rollup, Vcanna_key_Rolldown,
|
|
1475 Vcanna_key_Home, Vcanna_key_Help, Vcanna_key_KP_Key,
|
|
1476 Vcanna_key_Shift_Nfer, Vcanna_key_Shift_Xfer, Vcanna_key_Shift_Up,
|
|
1477 Vcanna_key_Shift_Left, Vcanna_key_Shift_Right, Vcanna_key_Shift_Down,
|
|
1478 Vcanna_key_Cntrl_Nfer, Vcanna_key_Cntrl_Xfer, Vcanna_key_Cntrl_Up,
|
|
1479 Vcanna_key_Cntrl_Left, Vcanna_key_Cntrl_Right, Vcanna_key_Cntrl_Down
|
|
1480
|
304
|
1481 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
1482
|
|
1483 * XEmacs 21.0-pre7 is released.
|
|
1484
|
|
1485 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
1486
|
|
1487 * XEmacs 21.0-pre6 is released.
|
|
1488
|
|
1489 1998-07-12 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
1490
|
|
1491 * eldap.c (Fldap_search_internal): When converting the list of
|
|
1492 attributes to search Copy the final 0 from Lisp strings to C
|
|
1493 strings.
|
|
1494 Check base, not Vldap_default_base as a a string
|
|
1495
|
|
1496 1998-07-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1497
|
|
1498 * nt.c: Remove Vstdio_str; already defined in console-stream.c.
|
|
1499
|
|
1500 * unexnt.c: Unconditionally define bss_start and bss_size, and
|
|
1501 ensure that they don't go in the .bss section.
|
|
1502
|
|
1503 1998-07-17 Olivier Galibert <galibert@pobox.com>
|
|
1504
|
|
1505 * glyphs-x.c (convert_EImage_to_XImage): Fix previous patch (conv
|
|
1506 byte order is dependant of the local byte order).
|
|
1507 From Takeshi Hagiwara <hagiwara@ie.niigata-u.ac.jp>
|
|
1508
|
|
1509 1998-07-18 SL Baur <steve@altair.xemacs.org>
|
|
1510
|
|
1511 * glyphs-msw.c (mswindows_resource_normalize): Qresource ->
|
|
1512 Qmswindows_resource.
|
|
1513 From Jonathan Harris <jhar@tardis.ed.ac.uk>
|
337
|
1514
|
304
|
1515 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
1516
|
|
1517 * general.c (syms_of_general): Add defsymbol for Qresource.
|
|
1518
|
|
1519 * glyphs-msw.c (vars_of_glyphs_mswindows): Rename Qresource to
|
|
1520 Qmswindows_resource.
|
|
1521 (TopLevel): Rename 'resource image format to 'mswindows_resource.
|
|
1522 (mswindows_resource_validate): Rename.
|
|
1523 (mswindows_resource_normalize): Rename.
|
|
1524 (mswindows_resource_possible_dest_types): Rename.
|
|
1525 (mswindows_resource_instantiate): Rename.
|
|
1526 (image_instantiator_format_create_glyphs_mswindows): Replace
|
|
1527 `resource' with `mswindows.resource'.
|
|
1528
|
300
|
1529 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
1530
|
|
1531 * XEmacs 21.0-pre5 is released.
|
|
1532
|
|
1533 1998-07-10 SL Baur <steve@altair.xemacs.org>
|
|
1534
|
|
1535 * mule-wnnfns.c (Fwnn_open): Correctly trap on misdefined Wnn
|
|
1536 server type in environment.
|
|
1537 Use alloca-ed strings instead of tiny fixed size ones.
|
|
1538
|
298
|
1539 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
1540
|
|
1541 * XEmacs 21.0-pre4 is released.
|
|
1542
|
|
1543 1998-07-01 James N. Potts <jnpotts@plutonium.net>
|
|
1544
|
|
1545 * fileio.c: (expand_file_name): under win32: Don't treat names
|
|
1546 as UNC names if a drive letter has been specified. If a drive
|
|
1547 has been specified, strip out extra directory-seperators that
|
|
1548 reportedly cause problems under Win95.
|
|
1549
|
|
1550 1998-07-09 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1551
|
|
1552 * windowsnt.h: Define DUMP_SEPARATE_SECTION when building with
|
|
1553 MSVC >= 5.0. Put emacs init and zero-init data in a special
|
|
1554 section of the executable when this is defined.
|
|
1555
|
|
1556 * unexnt.c, ntheap.h:
|
|
1557 Removed unused find_section() and get_section_size().
|
|
1558
|
|
1559 * unexnt.c:
|
|
1560 Fix up the executable's checksum after dumping otherwise the
|
|
1561 profiler complains.
|
|
1562 When DUMP_SEPARATE_SECTION is defined, don't need to dump
|
|
1563 zero-init data separately from init data. Dump emacs data
|
|
1564 into a special section of the executable.
|
|
1565 When DUMP_SEPARATE_SECTION not defined, dump .bss up to
|
|
1566 my_ebss instead of up to the end of bss.
|
|
1567
|
|
1568 1998-07-09 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1569
|
|
1570 * filelock.c: Removed Vconfigure_lock_directory - already
|
|
1571 defined in emacs.c.
|
|
1572
|
|
1573 * frame-msw.c: Removed Qinitially_unmapped and Qpopup - already
|
|
1574 defined in frame.c and general.c respectively.
|
|
1575
|
|
1576 * glyphs-msw.c: Removed Qresource - already defined in
|
|
1577 general.c.
|
|
1578
|
|
1579 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
1580
|
|
1581 * eldap.c (Fldap_search_internal): Docstring fixes
|
|
1582
|
|
1583 1998-07-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1584
|
|
1585 * nt.c (init_environment): Removed unused PRELOAD_WINSOCK,
|
|
1586 EMACSDOC and TERM variables. Added EMACSDEBUGPATHS,
|
|
1587 EMACSPACKAGEPATH and INFOPATH variables.
|
|
1588 Removed unused get_emacs_configuration function.
|
|
1589
|
|
1590 * s/windowsnt.h: Don't define EMACS_CONFIGURATION here because
|
|
1591 it is now defined at build-time by the makefile.
|
|
1592
|
|
1593 1998-07-01 James N. Potts <jnpotts@plutonium.net>
|
|
1594
|
|
1595 * fileio.c: (expand_file_name): under win32: Don't treat names as
|
|
1596 UNC names if a drive letter has been specified. If a drive has
|
|
1597 been specified, strip out extra directory-seperators that
|
|
1598 reportedly cause problems under Win95.
|
|
1599
|
|
1600 1998-07-05 Andy Piper <andyp@parallax.co.uk>
|
|
1601
|
|
1602 * faces.c (complex_vars_of_faces): for the gui-element face don't
|
|
1603 fallback to the default face, instead provide reasonable default
|
|
1604 fallbacks that were previously hardcoded elsewhere.
|
|
1605
|
|
1606 1998-07-06 Olivier Galibert <galibert@pobox.com>
|
|
1607
|
|
1608 * glyphs-x.c (convert_EImage_to_XImage): Fix pixel writing problem
|
|
1609 when the X server endianness is different than the client's one.
|
|
1610
|
|
1611 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1612
|
|
1613 * eval.c (run_hook_with_args_in_buffer): Check
|
|
1614 default (non-buffer-local) value of hook for
|
337
|
1615 nil before treating it as a function. Don't initialize
|
298
|
1616 the `globals' variable twice.
|
|
1617
|
|
1618 1998-06-24 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1619
|
|
1620 * fileio.c: Don't do directory seperator canonicalisation in
|
|
1621 substitute-in-file-name because we don't know that the
|
|
1622 filename refers to a local file.
|
|
1623
|
|
1624 1998-06-24 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1625
|
|
1626 * process-nt.c (nt_create_process): Try appending the standard
|
|
1627 executable file extensions to the filename if none supplied.
|
|
1628
|
|
1629 1998-06-29 SL Baur <steve@altair.xemacs.org>
|
|
1630
|
|
1631 * fileio.c (Fsubstitute_in_file_name): Enable double slash notation
|
|
1632 for cygwin32.
|
|
1633 From Keisuke Mori <ksk@ntts.com>
|
|
1634
|
|
1635 1998-06-24 Andy Piper <andyp@parallax.co.uk>
|
|
1636
|
|
1637 * toolbar-msw.c (mswindows_output_toolbar): only enable masked
|
|
1638 images if we have masks. This handles the xbm case (have masks)
|
|
1639 and avoids overuse of resources in the xpm case (generally no masks).
|
|
1640 Don't output small toolbars.
|
|
1641
|
|
1642 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1643
|
|
1644 * eval.c (run_hook_with_args_in_buffer): Don't treat
|
|
1645 the default value of a buffer local hook as a list of
|
337
|
1646 hooks unless it is both a cons and the car of that cons
|
298
|
1647 is not Qlambda.
|
|
1648
|
|
1649 1998-06-29 SL Baur <steve@altair.xemacs.org>
|
|
1650
|
|
1651 * extents.c: Email address for Ben Wing is ben@xemacs.org.
|
|
1652 * process-unix.c: Ditto.
|
|
1653 * mule-coding.h: Ditto.
|
|
1654 * mule-coding.c: Ditto.
|
|
1655 * mule-charset.c: Ditto.
|
|
1656 * mule-charset.h: Ditto.
|
|
1657 * file-coding.c: Ditto.
|
|
1658 * file-coding.h: Ditto.
|
|
1659
|
|
1660 1998-06-22 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1661
|
|
1662 * event-msw.c: Guard against recursion when freeing
|
|
1663 FRAME_MSWINDOWS_TARGET_RECT struture in WM_SIZE processing.
|
|
1664
|
|
1665 * frame-msw.c: Don't set WS_VISIBLE attribute on first frame.
|
|
1666 Call ShowWindow twice in init_frame_3 to get round runemacs
|
|
1667 weirdness.
|
|
1668
|
|
1669 1998-06-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
1670
|
|
1671 * scrollbar.c (vertical_scrollbar_changed_in_window): Ditto.
|
|
1672
|
|
1673 * winslots.h: Rename.
|
|
1674
|
|
1675 * window.c (specifier_vars_of_window): Renamed
|
337
|
1676 vertical-divider-draggable-p to vertical-divider-always-visible-p,
|
298
|
1677 as suggested by Ben Wing.
|
|
1678 (specifier_vars_of_window): Fix docstrings.
|
|
1679
|
|
1680 1998-06-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1681
|
|
1682 * unexaix.c: Line number information works correctly again.
|
|
1683
|
|
1684 1998-06-22 Olivier Galibert <galibert@pobox.com>
|
|
1685
|
|
1686 * emacs.c (__sti__iflPNGFile_c___): Added. See comment. Cry.
|
|
1687
|
|
1688 1998-06-21 Martin Buchholz <martin@xemacs.org>
|
|
1689
|
|
1690 * editfns.c (get_home_directory): ANSIfy.
|
|
1691 XEmacs is compilable under C *and* C++.
|
|
1692 It's XEmacs, not Xemacs!
|
|
1693
|
|
1694 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1695
|
|
1696 * console-msw.h: added a list of fonts to device data.
|
|
1697
|
|
1698 * device-msw.c: enumerate list of available fonts in
|
|
1699 mswindows_init_device. Free list in mswindows_delete_device.
|
|
1700
|
|
1701 * objects-msw.c: Added helper function match_font used by
|
|
1702 mswindows_initialize_font_instance and mswindows_list_fonts.
|
|
1703 Allow a charset to be specified in a font string, even if
|
|
1704 previous fields havn't been specified.
|
|
1705
|
|
1706 1998-06-23 Greg Klanderman <greg@alphatech.com>
|
|
1707
|
|
1708 * indent.c (column_at_point): column cache bugfix.
|
|
1709 Set last_known_column_point to the buffer position for
|
|
1710 which the column was requested, not buffer's point.
|
|
1711
|
337
|
1712 * redisplay.c (decode_mode_spec): for current-column, show
|
298
|
1713 window's point's column, not buffer's point's column.
|
|
1714
|
|
1715 1998-06-23 Andy Piper <andyp@parallax.co.uk>
|
|
1716
|
|
1717 * menubar-msw.c (mswindows_handle_wm_command): use
|
|
1718 enqueue_misc_user event rather than
|
|
1719 mswindows_enqueue_msic_user_event to fix customize problems. Add some
|
|
1720 checks that X does.
|
|
1721
|
|
1722 * console-msw.h: declare mswindows_enqueue_magic_event.
|
|
1723
|
|
1724 * event-msw.c (mswindows_enqueue_magic_event): make global.
|
|
1725
|
|
1726 1998-06-24 Hrvoje Niksic <hniksic@srce.hr>
|
|
1727
|
|
1728 * line-number.c (LINE_NUMBER_FAR): Reverted to 16384.
|
|
1729 (buffer_line_number): Use EMACS_INT_MAX instead of random LOTS.
|
|
1730 (add_position_to_cache): Use EMACS_INT instead of int.
|
|
1731
|
296
|
1732 1998-06-21 Olivier Galibert <galibert@pobox.com>
|
|
1733
|
|
1734 * lisp-disunion.h (XMARKBIT): Have XMARKBIT return something
|
|
1735 suitable for an int used as a boolean (btw, C sucks.).
|
|
1736
|
|
1737 1998-06-18 Andy Piper <andyp@parallax.co.uk>
|
|
1738
|
|
1739 * object-msw.c: remove warnings.
|
|
1740
|
|
1741 * device-msw.c: #define wrongly named cygwin structure elements.
|
|
1742
|
|
1743 * s/cygwin32.h: define DEMI_BOLD
|
|
1744
|
294
|
1745 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1746
|
|
1747 * redisplay-msw.c: new function mswindows_apply_face_effects.
|
|
1748 This is called by output_string and output_cursor to display
|
|
1749 underline and strikeout on faces.
|
|
1750
|
|
1751 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1752
|
|
1753 * console-msw.h: added a list of fonts to device data.
|
|
1754
|
|
1755 * device-msw.c: enumerate list of available fonts in
|
|
1756 mswindows_init_device. Free list in mswindows_delete_device.
|
|
1757
|
|
1758 * objects-msw.c: Added helper function match_font used by
|
|
1759 mswindows_initialize_font_instance and mswindows_list_fonts.
|
|
1760 Allow a charset to be specified in a font string, even if
|
|
1761 previous fields havn't been specified.
|
|
1762
|
|
1763 1998-06-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1764
|
|
1765 * objects-msw.c:
|
|
1766 Removed compilation warnings from mswindows_string_to_color.
|
|
1767 mswindows_list_fonts returns a more general bogus font.
|
|
1768 New lisp-visible function mswindows-color-list.
|
|
1769
|
|
1770 1998-06-19 David Bush <david.bush@adn.alcatel.com>
|
|
1771
|
|
1772 * editfns.c (Fuser_login_name): Modify to user new function
|
|
1773 user_login_name.
|
|
1774 (user_login_name): C only function to avoid Lisp object overhead
|
|
1775 Returns "unknown" instead of nil in Cygwin environment
|
|
1776
|
|
1777 * fileio.c (Fexpand_file_name): Treat "~" and "~user" as
|
|
1778 equivalent for current user in Cygwin environment. Use new
|
|
1779 function user_login_name to get username.
|
|
1780
|
|
1781 * lisp.h: Declare user_login_name
|
|
1782
|
|
1783 1998-06-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1784
|
|
1785 * unexaix.c (make_hdr): Fixed bias computations so debugging info
|
|
1786 works again.
|
|
1787 Some other insignificant nitpicks.
|
|
1788
|
|
1789 1998-06-18 Andy Piper <andyp@parallax.co.uk>
|
|
1790
|
|
1791 * toolbar-msw.c (mswindows_output_toolbar): specify ILC_MASK when
|
|
1792 creating the image list and make sure he bk color is transparent.
|
|
1793
|
|
1794 1998-06-18 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1795
|
|
1796 * event-Xt.c (emacs_Xt_remove_timeout): Also remove timeout from
|
|
1797 completed_timeouts. The timer could have expired.
|
|
1798
|
|
1799 1998-06-17 Andy Piper <andyp@parallax.co.uk>
|
|
1800
|
|
1801 * console-msw.h: move XEMACS_RECT_WH inside frame
|
|
1802 parameters. define macors to access it.
|
|
1803
|
|
1804 * frame-msw.c (mswindows_init_frame_1): use new target_rect
|
|
1805 parameter to intialise desired sizing. (mswindows_init_frame_2):
|
|
1806 enable and size the frame to something sensible when we get
|
|
1807 here. (mswindows_set_frame_properites): use new
|
|
1808 mswindows_size_frame_internal function and size frame if frame
|
|
1809 parameters not just if init is finished - WM_SIZE happens too
|
|
1810 early for some specs. (mswindows_size_frame_internal): new
|
337
|
1811 function abstracted from mswindows_set_frame_properties.
|
294
|
1812 (Vmswindows_use_system_frame_size_defaults):
|
|
1813 new variable controls whether to allow the system to pick frame
|
|
1814 size defaults, defaults to nil.
|
|
1815
|
|
1816 * event-msw.c: in WM_SIZE use mswindows_size_frame_internal rather
|
|
1817 than duplicated code.
|
|
1818
|
|
1819 1998-06-15 Colin Rafferty <colin@xemacs.org>
|
|
1820
|
|
1821 * Makefile.in.in: Made EXTW_LINK expand properly.
|
|
1822
|
|
1823 1998-06-12 Martin Buchholz <martin@xemacs.org>
|
|
1824
|
|
1825 * redisplay.c (vars_of_redisplay): default value of
|
|
1826 column-number-start-at-one should be NIL!
|
|
1827
|
292
|
1828 1998-06-11 Martin Buchholz <martin@xemacs.org>
|
|
1829
|
|
1830 * casefiddle.c:
|
|
1831 (upcase-initials "fooBar") ==> "FooBar" instead of "Foobar"
|
|
1832
|
|
1833 1998-06-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
1834
|
337
|
1835 * eldap.c (Fldap_search_internal): Use build_ext_string instead of
|
292
|
1836 build_string to avoid crashes under Mule.
|
|
1837
|
|
1838 1998-06-13 Andy Piper <andyp@parallax.co.uk>
|
|
1839
|
|
1840 * ntplay.c (play_sound_data_1): don't delete the sound data until
|
|
1841 the next sound is played and the previous one finished.
|
|
1842
|
290
|
1843 1998-06-10 Samuel Mikes <smikes@alumni.hmc.edu>
|
|
1844
|
|
1845 * fileio.c (directory-sep-char): Escape backslashes.
|
|
1846
|
|
1847 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
1848
|
|
1849 * event-stream.c: Fix docstring reference.
|
|
1850
|
|
1851 1998-06-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
1852
|
|
1853 * alloc.c (make_float): Remove useless initialization of `next'
|
|
1854 field.
|
|
1855 (make_pure_float): Ditto.
|
|
1856
|
|
1857 * lisp.h (struct Lisp_Float): Rename `next' to `__unused__next'.
|
|
1858
|
|
1859 1998-06-08 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1860
|
|
1861 * fileio.c (Fmake_directory_internal): Remove conditionals
|
|
1862 on WINDOWSNT when calling mkdir.
|
|
1863
|
|
1864 * ntproc.c: Deleted the following unused functions:
|
|
1865 register_child, reap_subprocess, sys_wait.
|
|
1866
|
|
1867 * nt.c (sys_rename): Ifzeroed this implementation.
|
|
1868 Deleted the following unused functions:
|
|
1869 sys_access, sys_chdir, sys_chmod, sys_creat, sys_link, sys_mkdir,
|
|
1870 sys_mktemp, sys_rmdir, sys_unlink, sys_close, sys_dup, sys_dup2,
|
|
1871 sys_read, sys_write.
|
|
1872 Merger sys_fopen and sys_open with sysdep.c implementation.
|
|
1873
|
|
1874 * sysdep.c: Removed MS-DOS code.
|
|
1875 (sys_rename): Deal with Microsoft rename weirdness.
|
|
1876 (sys_open): Implemented for Windows.
|
|
1877 (sys_fopen): Ditto.
|
|
1878 (sys_mkdir): Ditto.
|
|
1879
|
|
1880 1998-06-08 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1881
|
|
1882 * buffer.c (complex_vars_of_buffer): Removed %t description from
|
|
1883 the docstring.
|
|
1884
|
|
1885 1998-06-04 Rick Rankin <Rick_Rankin-P15254@email.mot.com>
|
|
1886
|
|
1887 * scrollbar-msw.c: initialize the cbSize element of the
|
|
1888 SCROLLINFO struct before calling SetScrollInfo. WinNT seems
|
|
1889 to ignore the value of cbSize, but Win95 (and I presume Win98)
|
|
1890 appear to want it set to sizeof(SCROLLINFO).
|
|
1891
|
|
1892 1998-06-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1893
|
|
1894 * event-stream.c: Defined Qcancel_mode_internal.
|
|
1895 (syms_of_event_stream): defsymbol'ed it.
|
|
1896
|
|
1897 * events.h: Externed it.
|
|
1898
|
|
1899 * event-msw.c (mswindows_wnd_proc, WM_CANCELMODE): Added this handler.
|
|
1900
|
|
1901 1998-06-04 Oliver Graf <ograf@fga.de>
|
|
1902
|
|
1903 * frame-x.c (x_cde_destroy_callback): free the data
|
|
1904 (cde-start-drag-internal) corrected root position, 21.1 needs this
|
|
1905 hardcoded in Button events
|
|
1906 (offix-start-drag-internal) corrected root position
|
|
1907
|
|
1908 1998-06-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1909
|
|
1910 * process-nt.c (signal_cannot_launch): Use signal_simple_error()
|
|
1911 instead of error().
|
|
1912
|
|
1913 1998-06-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1914
|
|
1915 * dialog-msw.c (button_width): Removed `inline' from the function
|
|
1916 declaration.
|
|
1917
|
|
1918 1998-06-03 Rick Rankin <Rick_Rankin-P15254@email.mot.com>
|
|
1919
|
|
1920 * frame-msw.c: add WS_VISIBLE flag to the first frame created.
|
|
1921 Note that adding this flag to subsequent frames causes problems.
|
|
1922
|
|
1923 1998-06-03 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
1924
|
|
1925 * glyphs-eimage.c (png_instantiate) move 'struct
|
|
1926 png_memory_storage tbr' out of nested block to avoid dangling
|
|
1927 reference
|
|
1928
|
|
1929 1998-06-02 Andy Piper <andyp@parallax.co.uk>
|
|
1930
|
|
1931 * faces.h:
|
|
1932 * faces.c: rename 3d-object -> gui-element. add toolbar face which
|
|
1933 inherits from gui-element.
|
|
1934
|
|
1935 * glyphs-msw.c: use DIBitmaps for xbm bitmaps to be consistent
|
|
1936 with existing code, generate masks correctly.
|
|
1937
|
|
1938 1998-06-03 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
1939
|
|
1940 * glyphs-eimage.c: Changed included header for gifs to use
|
|
1941 Gifreader instead of giflib.
|
|
1942
|
|
1943 * glyphs-x.c: removed the image-related functions that were
|
|
1944 moved into glyphs-eimage.
|
|
1945
|
|
1946 1998-06-02 David Bush <david.bush@adnb.alcatel.com>
|
|
1947
|
|
1948 * glyphs.c (bitmap_to_lisp_data) Define XFree to be free
|
|
1949 if built without X Windows support.
|
|
1950
|
|
1951 1998-06-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
1952
|
|
1953 * fns.c (Fconcat): Synch docstring with new reality.
|
|
1954
|
|
1955 1998-06-03 SL Baur <steve@altair.xemacs.org>
|
|
1956
|
|
1957 * frame.c: Remove reference to msdos.h (which is going away).
|
|
1958 Suggested by Hrvoje Niksic and Kirill Katsnelson.
|
|
1959
|
|
1960 1998-06-02 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
1961
|
|
1962 * glyphs-eimage.c (jpeg_instantiate): Fix handling of
|
|
1963 grayscale images/
|
|
1964
|
|
1965
|
|
1966 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1967
|
|
1968 * events.h: Fixed commentary about misc-user scrollbar events.
|
|
1969
|
|
1970 * scrollbar-x.c (x_update_vertical_scrollbar_callback): Use frame
|
|
1971 object as an event channel, instead of window object.
|
|
1972 (x_update_horizontal_scrollbar_callback): Ditto.
|
|
1973
|
288
|
1974 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
1975
|
|
1976 * ntplay.c (play_sound_data_1) new function. convert alloca data
|
|
1977 to malloc if necessary.
|
|
1978 (play_sound_file): if the file is not in our path then convert to
|
|
1979 data and play.
|
|
1980
|
|
1981 1998-06-01 SL Baur <steve@altair.xemacs.org>
|
|
1982
|
|
1983 * mule-mcpath.c (mc_chdir): Reverse parameters in call to memcpy.
|
|
1984 * msdos.c (Frecent_doskeys): Ditto.
|
|
1985
|
|
1986 * unexalpha.c (unexec): Reverse parameters in call to memcpy.
|
|
1987 Suggested by Reggie Perry <perry@zso.dec.com>
|
|
1988
|
|
1989 * buffer.h: Eliminate size in declaration.
|
|
1990
|
|
1991 1998-06-01 Olivier Galibert <galibert@pobox.com>
|
|
1992
|
|
1993 * unexelfsgi.c (unexec): Cleanup n/nn and remove useless kludge.
|
|
1994
|
|
1995 1998-06-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1996
|
|
1997 * gui.c (gui_item_init): Changed the default value for config member
|
|
1998 from Qunbound to Qnil.
|
|
1999
|
|
2000 1998-06-01 Greg Klanderman <greg@alphatech.com>
|
|
2001
|
|
2002 * indent.c (vmotion_pixels): Don't #define abs().
|
|
2003
|
|
2004 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2005
|
|
2006 * s/windowsnt.h: Defined popen and pclose to be _popen and _pclose
|
|
2007 respectively.
|
|
2008
|
|
2009 1998-05-30 Andy Piper <andyp@parallax.co.uk>
|
|
2010
|
|
2011 * glyphs.h: add xbm declarations.
|
|
2012
|
|
2013 * console.h: add xbm_instantiate_method device method.
|
|
2014
|
|
2015 * glyphs.c (check_valid_xbm_inline) (xbm_validate)
|
|
2016 (bitmap_to_lisp_data) (xbm_mask_file_munging) (xbm_normalize)
|
|
2017 (xbm_possible_dest_types): moved here from glyphs-x.c. use
|
|
2018 locate_pixmap_file device method and read_bitmap_data_from_file
|
|
2019 instead of XmuReadBitmapDataFromFile.
|
|
2020 (xbm_instatntiate): make a device method.
|
|
2021
|
|
2022 * glyphs-x.c: see glyphs.c changes. (read_bitmap_data_from_file)
|
|
2023 new function that just calls XmuReadBitmapDataFromFile.
|
|
2024 (x_xbm_instatntiate): device method from xbm_instantiate.
|
|
2025
|
|
2026 * glyphs-msw.c (read_bitmap_data) (NextInt)
|
|
2027 (read_bitmap_data_from_file): new functions copied from Xmu
|
337
|
2028 sources.
|
288
|
2029 (xbm_create_bitmap_from_data) from Ben <ben@666.com> convert
|
|
2030 inline data to an mswindows bitmap.
|
|
2031 (init_image_instance_from_xbm_inline) (xbm_instantiate_1)
|
|
2032 (mswindows_xbm_instantiate): mswindows-ized versions of the X
|
|
2033 functions.
|
|
2034
|
|
2035 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2036
|
|
2037 * window.c (specifier_vars_of_window): Renamed `has_modeline-p' to
|
|
2038 `modeline-visible-p'.
|
|
2039 Declared specifier lisp variables at the beginning oh the file
|
|
2040 as static.
|
|
2041
|
|
2042 * procimpl.h (struct process_methods): Changed semantics of
|
|
2043 create_process method so it accepts lisp strings instead of
|
|
2044 char pointers.
|
|
2045
|
|
2046 * process.c (Fstart_process_internal): Moved building of
|
|
2047 unix style argv from here to process-unix.c, ...
|
|
2048
|
|
2049 * process-unix.c (unix_create_process): ... right here.
|
|
2050
|
|
2051 * process-nt.c (nt_create_process): Changed this function to
|
|
2052 support new semantics, so avoided a GC problem.
|
|
2053
|
|
2054 * events.c (Fmake_event): Document misc-user events properties.
|
|
2055 (Fmake_event): Do not allow arbitrary objects for channel property
|
|
2056 of misc-user events.
|
|
2057 (Fmake_event): Change misc-user event validation: it is function
|
|
2058 which is required, not button.
|
|
2059
|
|
2060 * event-msw.c (mswindows_user_event_p): Recognize misc user events as
|
|
2061 user events.
|
|
2062 (mswindows_enqueue_misc_user_event): Added function.
|
|
2063 (mswindows_bump_queue): Removed function.
|
|
2064 (mswindows_enqueue_magic_event): Support NULL HWND parameter.
|
|
2065 (mswindows_wnd_proc, WM_CLOSE): Use mswindows_enqueue_misc_user_event().
|
|
2066 (mswindows_wnd_proc, WM_EXITSIZEMOVE): Ditto.
|
|
2067 (emacs_mswindows_handle_magic_event): Handle XM_BUMPQUEUE, by doing
|
|
2068 really nothing, which is my personal favorite thing.
|
|
2069
|
|
2070 * console-msw.h: Removed prototype for mswindows_bump_queue().
|
|
2071 Added prototype for mswindows_enqueue_misc_user_event().
|
|
2072
|
|
2073 * menubar-msw.c (mswindows_handle_wm_command): Use
|
337
|
2074 mswindows_enqueue_misc_user_event().
|
288
|
2075
|
|
2076 * toolbar-msw.c (mswindows_handle_toolbar_wm_command): Ditto.
|
|
2077
|
|
2078 * dialog-msw.c (dialog_proc): Ditto.
|
|
2079
|
|
2080 * scrollbar-msw.c (mswindows_handle_scrollbar_event): Ditto.
|
|
2081 (mswindows_handle_scrollbar_event): Use frame, not window, for misc
|
|
2082 user events channel.
|
|
2083
|
|
2084 1998-05-29 Greg Klanderman <greg@alphatech.com>
|
|
2085
|
|
2086 * window.c (Fwindow_displayed_text_pixel_height): was relying on
|
337
|
2087 incorrect semantics of vmotion_pixels which has been fixed. don't
|
288
|
2088 use it anymore as it can't easily be used.
|
|
2089
|
|
2090 * indent.c (vmotion_pixels): fix off by one bug moving up. also
|
337
|
2091 the motion was reported incorrectly if you tried to go past end of
|
288
|
2092 buffer.
|
|
2093
|
|
2094 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2095
|
|
2096 * toolbar.h: Removed misleading commentary, as Martin suggested.
|
|
2097
|
|
2098 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2099
|
|
2100 * lisp.h: Extern Qactivate_menubar_hook.
|
|
2101
|
|
2102 * menubar-msw.c (unsafe_handle_wm_initmenu_1): Pass correct value to
|
|
2103 run_hook ().
|
|
2104
|
|
2105 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
2106
|
|
2107 * glyphs-msw.c: use BPLINE macro.
|
|
2108
|
|
2109 * select-msw.c (mswindows-selection-exists-p)
|
|
2110 (mswindows-delete-selection): doc string fixes.
|
|
2111
|
|
2112 * toolbar-msw.c (mswindows_output_toolbar): make disabled buttons
|
|
2113 unpressable. warning elimination.
|
|
2114
|
|
2115 1998-05-28 Martin Buchholz <martin@xemacs.org>
|
|
2116
|
337
|
2117 * alloc.c (dbg_constants):
|
288
|
2118 * dbxrc:
|
|
2119 * gdbinit:
|
|
2120 Remove toolbar_data debugging code, since that lrecord has
|
337
|
2121 also been removed.
|
288
|
2122
|
|
2123 Wed May 27, 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
2124
|
|
2125 * alloc.c: zap cached value of (user-home-directory), so that
|
|
2126 it's not undumped.
|
|
2127
|
|
2128 * buffer.c: From init_buffer(), separated out code that
|
|
2129 determined the initial directory for the *scratch* buffer, and
|
|
2130 put them into a function called "init_initial_directory()".
|
|
2131 The initial directory is now available as a global "char *"
|
|
2132 called initial_directory.
|
|
2133
|
|
2134 * buffer.h: Added extern entries for initial_directory[] and
|
|
2135 init_initial_directory().
|
|
2136
|
|
2137 * editfns.c: added new elisp function "user-home-directory",
|
|
2138 which basically returns getenv("HOME"), but attempts to use
|
|
2139 other values if $HOME isn't set.This may have to be tweaked in
|
|
2140 the future as, under Unix, "/" is used if $HOME isn't set (this
|
|
2141 probably should be set to the current directory). To support
|
|
2142 this, a new C function, "get_home_directory()", now exists,
|
|
2143 which returns the "home directory", as a "char *" string.
|
|
2144
|
|
2145 * emacs.c: Rearrange NT initialization order so that
|
|
2146 environment/registry variables will be properly entered into
|
|
2147 Vprocess_enviroment.
|
|
2148
|
|
2149 * fileio.c: replaced egetenv("HOME") with calls to the new
|
|
2150 get_home_directory().
|
|
2151
|
337
|
2152 * lisp.h: Added function prototypes for uncache_home_directory()
|
288
|
2153 and get_home_directory(), along with lisp prototypes for
|
|
2154 Fuser_home_directory() and friends.
|
|
2155
|
|
2156 * nt.c: replaced getenv("HOME") with calls to the new
|
|
2157 get_home_directory().
|
|
2158
|
|
2159 * sysfile.h: for WINDOWSNT, #include <direct.h>, to suppress
|
|
2160 warnings about getcwd(), etc. not having prototypes.
|
|
2161
|
|
2162 1998-05-28 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2163
|
|
2164 * process-nt.c (send_signal): Emulate SIGHUP.
|
|
2165 (validate_signal_number): Ditto.
|
|
2166
|
|
2167 * event-msw.c (mswindows_wnd_proc, WM_KEYDOWN): Unconditionally
|
|
2168 remove MOD_SHIFT from ASCII characters.
|
337
|
2169 (mswindows_wnd_proc, WM_KEYDOWN): Do not activate the menubar when
|
288
|
2170 F10 is pressed.
|
|
2171
|
|
2172 1998-05-24 Oliver Graf <ograf@fga.de>
|
|
2173
|
|
2174 * frame-x.c (cde-start-drag-internal): added filename and multi-
|
|
2175 data transfers
|
|
2176 (x_cde_convert_callback) dito
|
|
2177
|
|
2178 1998-05-26 Oliver Graf <ograf@fga.de>
|
|
2179
|
|
2180 * frame-x.c: include event-mod.h also with CDE
|
|
2181 (x_cde_convert_callback) made the thing working
|
|
2182 (cde-start-drag-internal) also debugging
|
|
2183
|
290
|
2184 1998-05-25 Hans Guenter Weigand <hgweigand@wiesbaden.netsurf.de>
|
|
2185
|
|
2186 * m/sparc.h:
|
|
2187 * getloadavg.c:
|
|
2188 * malloc.c:
|
|
2189 * unexec.c:
|
|
2190 * mem-limits.h:
|
|
2191 - add __OpenBSD__ where __NetBSD__ was found.
|
|
2192 - TODO: replace platform-specific conditional compilation by
|
|
2193 feature tests in configure.in.
|
|
2194
|
288
|
2195 1998-05-15 Greg Klanderman <greg@alphatech.com>
|
|
2196
|
|
2197 * window.c (Fwindow_displayed_text_pixel_height): New function.
|
|
2198 (syms_of_window): DEFSUBR it.
|
|
2199
|
|
2200 * indent.c (Fvertical_motion_pixels): New function - request
|
|
2201 movement in pixels.
|
|
2202 (vmotion_pixels): helper.
|
|
2203 (syms_of_indent): DEFSUBR.
|
|
2204 * lisp.h: declaration for vmotion_pixels().
|
|
2205
|
337
|
2206 * indent.c (Fvertical_motion): Add optional third argument PIXELS,
|
288
|
2207 to request returning motion in pixels.
|
|
2208 (Fvertical_motion_pixels): Remove, functionality merged into
|
337
|
2209 Fvertical_motion.
|
288
|
2210 * window.c (window_scroll): call Fvertical_motion with 3 arguments.
|
|
2211 (Fmove_to_window_line): ditto.
|
|
2212 * lisp.h: Change declaration for Fvertical_motion.
|
|
2213
|
|
2214 * window.c: rename window-text-pixel-{height,width,edges} to
|
|
2215 window-text-area-pixel-*.
|
|
2216
|
|
2217 1998-05-26 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
2218
|
|
2219 * tooltalk.c (vars_of_tooltalk) added staticpro for
|
|
2220 Tooltalk_Message_plist_str and Tooltalk_Pattern_plist_str
|
|
2221
|
|
2222 1998-05-27 Andy Piper <andyp@parallax.co.uk>
|
337
|
2223
|
288
|
2224 * faces.c: create a new 3d_object_face, make modeline and
|
|
2225 vertical_divider faces fallback to this rather than the default.
|
|
2226
|
|
2227 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
2228
|
|
2229 * s/cygwin32.h: define charsets for cygwin.
|
|
2230
|
|
2231 1998-05-25 Andy Piper <andyp@parallax.co.uk>
|
|
2232
|
|
2233 * toolbar-msw.c (mswindows_output_toolbar): fix up button sizes
|
|
2234 and coordinates. resize bitmaps if we have already settled on a
|
|
2235 different size.
|
|
2236
|
|
2237 * glyphs-msw.c (xpm_to_eimage): add ';' for mswindows compiler.
|
|
2238
|
|
2239 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
2240
|
|
2241 * toolbar-msw.c (mswindows_handle_toolbar_wm_command): Ditto.
|
|
2242
|
|
2243 * menubar-msw.c (mswindows_handle_wm_command): Ditto.
|
|
2244
|
|
2245 * gui.h: Ditto.
|
|
2246
|
|
2247 * gui-x.c (popup_selection_callback): Ditto.
|
|
2248
|
|
2249 * dialog-msw.c (dialog_proc): get_callback -> get_gui_callback.
|
|
2250
|
|
2251 * gui.c (get_callback): Renamed to get_gui_callback.
|
|
2252
|
|
2253 1998-05-17 Martin Buchholz <martin@xemacs.org>
|
|
2254
|
|
2255 * glyphs.h: order rearrangement.
|
|
2256
|
|
2257 * device-tty.c (tty_asynch_device_change): Warning suppression.
|
|
2258 * device-x.c (x_device_system_metrics): Warning suppression.
|
|
2259 Make Doc strings consistent with coding standards.
|
|
2260
|
|
2261 1998-05-24 Martin Buchholz <martin@xemacs.org>
|
|
2262
|
|
2263 * general.c: multiple definition of `Qicon'. general.c seems
|
|
2264 like a good home for Qicon.
|
|
2265
|
|
2266 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2267
|
|
2268 * This patch is to fix compilation warnings under Windows.
|
|
2269
|
|
2270 * s/windowsnt.h: Encapsulate getpid with sys_getpid.
|
337
|
2271 Added prototypes for FSF inherited functions, with which XEmacs is
|
288
|
2272 sprinkled thoroughly.
|
337
|
2273 Removed some #if 0 code. Bracketed some more definitions, probably
|
288
|
2274 related to Visual C versions prior to 4 (we do not support them).
|
|
2275
|
|
2276 * sysfloat.h (logb): Finally, get logb() prototyped.
|
|
2277
|
|
2278 * sysfile.h: Added Windows specific includes.
|
|
2279 Removed old Windows specific code bracketed with #if 0.
|
|
2280
|
|
2281 * sysdep.h: Added prototype for xrealpath().
|
|
2282
|
|
2283 * sysdep.c (sys_getpid): Added function, to support '95 negative pids.
|
|
2284
|
|
2285 * symsinit.h: Added prototypes for syms_of_dired_mswindows,
|
|
2286 vars_of_dired_mswindows and init_ntproc (Grrr).
|
|
2287
|
|
2288 * realpath.c: Added Windows specific include files.
|
337
|
2289 (xrealpath): Conditionalized declaration of some auto variables on
|
288
|
2290 S_IFLNK, to avoid warnings.
|
|
2291
|
337
|
2292 * ntproc.c: Disabled some compiler warnings. This file is going to
|
288
|
2293 die, so I have not cleaned it up much.
|
|
2294 (set_process_dir): Const parameter.
|
|
2295 (Fwin32_short_file_name): Down CHECK_* macros to one argument.
|
|
2296 (Fwin32_long_file_name): Ditto.
|
|
2297 (Fwin32_set_process_priority): Ditto. Why didn't I remove these
|
|
2298 three functions?
|
|
2299
|
|
2300 * nt.h: Added prototypes for set_process_dir and convert_time.
|
|
2301
|
|
2302 * nt.c: More include files.
|
|
2303 (getpwnam): Consted char* argument.
|
|
2304 (get_emacs_configuration): Const return value.
|
|
2305 (opendir): Const argument.
|
|
2306 (stat): Casted converstion long->short.
|
|
2307 (stat): Removed ad hoc and questionable support for non-MSC compile.
|
|
2308 (sys_pipe): Removed unused auto variable.
|
|
2309 (_sys_read_ahead): Removed calls to DebPrint.
|
|
2310 (sys_read): Ditto, in 2 places.
|
|
2311 (term_ntproc): Added unused int parameter to signal handler, to
|
|
2312 avoid a warning when compiling a call to signal().
|
|
2313 (msw_sigset): Properly return old signandler or NULL instead of void.
|
|
2314
|
|
2315 * floatfns.c (Flogb): Casted arguments to unary minus to signed.
|
|
2316
|
|
2317 * gmalloc.c (morecore): Ditto.
|
|
2318 (_free_internal): Ditto.
|
|
2319
|
|
2320 * lread.c (parse_integer): Ditto.
|
|
2321
|
|
2322 * dired-msw.c: Added several include files.
|
|
2323
|
|
2324 * cmdloop.c (Fcommand_loop_1): Added Microsoft C to the Big List
|
|
2325 of Compilers to Shut Up.
|
|
2326
|
|
2327 * callproc.c: Added #includes to suppress warnings under Windows.
|
|
2328 (init_callproc): Removed #if0'ed code and unused variables.
|
|
2329
|
|
2330 1998-05-25 Andy Piper <andyp@parallax.co.uk>
|
|
2331
|
|
2332 * device-msw.c (mswindows_device_system_metrics): do planes in a
|
|
2333 way consistent with X.
|
|
2334
|
|
2335 * glyphs-msw.c (mswindows_initialize_image_instance_mask): don't
|
|
2336 use SetPixel, use DIBits functions.
|
|
2337 (xpm_to_eimage): frob colors more closely like xpm deos.
|
|
2338
|
|
2339 * toolbar-msw.c: only resize bitmaps when shrinking. Adjust look
|
|
2340 to be closer to X version.
|
|
2341
|
|
2342 * event-msw.c: use tooltip string directly.
|
|
2343
|
|
2344 * redisplay-msw.c: reinstate Kirill's bg pixmap change.
|
|
2345
|
|
2346 * objects-msw.c: frob rgb colors that only Kyle uses.
|
|
2347
|
|
2348 * dialog-msw.c (button_width): INLINE -> inline.
|
|
2349
|
286
|
2350 1998-05-23 SL Baur <steve@altair.xemacs.org>
|
|
2351
|
|
2352 * getloadavg.c (getloadavg): Fix typo.
|
|
2353
|
|
2354 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2355
|
|
2356 * objects-msw.c (mswindows_initialize_font_instance): Added support
|
|
2357 for font character sets.
|
|
2358 Replaced 'XXX' with '####' in comments throughout the file.
|
|
2359
|
|
2360 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2361
|
|
2362 * emacs.c (main_1): Added calls to vars_of_dialog_mswindows() and
|
|
2363 console_type_create_dialog_mswindows(), to initialize Windows dialog
|
|
2364 support.
|
|
2365
|
|
2366 * symsinit.h: Prototyped the above functions.
|
|
2367
|
337
|
2368 * dialog-x.c (x_popup_dialog_box): Moved dialog descriptor consistency
|
286
|
2369 checks to dialog.c...
|
|
2370
|
|
2371 * dialog.c (Fpopup_dialog_box): ...right here. Added more checks: a
|
|
2372 device must support dialog boxes, and the descriptor must supply at
|
|
2373 least one button.
|
|
2374
|
|
2375 * dialog-msw.c: New file, dialogs for Windows.
|
|
2376
|
|
2377 1998-05-21 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
2378
|
|
2379 * eldap.c (ldap_search_unwind): Return Qnil instead of nothing
|
|
2380 (Fldap_search_internal): Removed unused variable `err'
|
|
2381
|
|
2382 * eldap.h: Moved Lisp_LDAP declaration here instead of using a
|
|
2383 forward declaration
|
|
2384
|
|
2385 1998-05-17 Martin Buchholz <martin@xemacs.org>
|
|
2386
|
|
2387 * eldap.h: eldap.[ch] should never be used unless HAVE_LDAP is
|
|
2388 defined. Therefore there is no need to handle the case when
|
|
2389 HAVE_LDAP is undefined. Similarily, there is no reason to have
|
|
2390 any code wrapped within `#ifdef emacs', since this code is only
|
|
2391 useful within an emacs. This simplifies the code significantly.
|
|
2392
|
|
2393 * inline.c: Include eldap.h only if HAVE_LDAP.
|
|
2394 * inline.c: Don't bother including TT_C_H_PATH, since tooltalk.h
|
|
2395 already does that.
|
|
2396
|
|
2397 1998-05-21 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2398
|
|
2399 * unexnt.c (copy_executable_and_dump_data_section): Suppress
|
|
2400 printing dump stats when building without DEBUG_XEMACS.
|
|
2401 (dump_bss_and_heap): Ditto.
|
|
2402
|
|
2403 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
2404
|
|
2405 * gnuclient.c: don't suppress window system if there is no display
|
|
2406 and we are running under mswindows. send 'mswindows device type if
|
|
2407 we are in this situation.
|
|
2408
|
|
2409 1998-05-20 Andy Piper <andyp@parallax.co.uk>
|
|
2410
|
|
2411 * general.c:
|
|
2412 * lisp.h: Qbitmap, Qcursor, Qicon moved here from glyphs-msw.c.
|
|
2413
|
|
2414 * glyphs-msw.c: change cursor imgae type name to resource. Fix
|
|
2415 some nits.
|
|
2416
|
|
2417 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2418
|
|
2419 * EmacsFrame.c (Xt_StringToScrollBarPlacement): Added support for
|
|
2420 {top,bottom}-{left,right} values in addition to
|
337
|
2421 {top,bottom}_{left,right}.
|
286
|
2422
|
|
2423 1998-05-18 Hrvoje Niksic <hniksic@srce.hr>
|
|
2424
|
|
2425 * fileio.c (Fmake_temp_name): Remove unreached code.
|
|
2426
|
|
2427 * process-nt.c (validate_signal_number): Use
|
|
2428 signal_simple_error().
|
|
2429
|
|
2430 1998-05-19 Martin Buchholz <martin@xemacs.org>
|
|
2431
|
337
|
2432 * unexhp9k800.c:
|
|
2433 * sound.c (vars_of_sound):
|
|
2434 * sysdep.c (reset_sigio_on_device):
|
|
2435 * window.c (window_bottom_gutter_height):
|
286
|
2436 unexhp9k800.c:258: warning: implicit declaration of function
|
|
2437 `calculate_checksum'
|
|
2438 sound.c:604: warning: implicit declaration of function `vars_of_hpplay'
|
|
2439 sysdep.c:1012: warning: unused variable `owner'
|
|
2440 window.c:993: warning: `window_right_toolbar_width' defined but not used
|
|
2441
|
|
2442 1998-05-19 Andy Piper <andyp@parallax.co.uk>
|
|
2443
|
|
2444 * glyphs-msw.c (mswindows_create_resized_mask)
|
|
2445 (mswindows_create_resized_bitmap): new funnctions split out from
|
|
2446 mswindows_resize_dibitmap_instance.
|
|
2447
|
|
2448 * glyphs-msw.h: declare new resize functions.
|
|
2449
|
|
2450 * toolbar-msw.c (mswindows_output_toolbar): use new bitmap resize
|
|
2451 functions so that the original bitmaps are preserved.
|
|
2452
|
|
2453 * sheap.c: fixup static heap exhausted error to avoid FAQs.
|
|
2454
|
|
2455 * redisplay-msw.c (mswindows_output_blank): fixup brush from bg
|
|
2456 color if we are trying to output 0 depth bg pixmap.
|
|
2457
|
|
2458 * scrollbar-msw.c: warning elimination.
|
|
2459
|
|
2460 1998-05-18 Martin Buchholz <martin@xemacs.org>
|
|
2461
|
|
2462 * frame-x.c (x_update_frame_external_traits): Start preprocessor
|
|
2463 directives in column 1.
|
|
2464
|
337
|
2465 * search.c (skip_chars): Avoid using xzero with arrays, since some
|
286
|
2466 compilers get confused by the construct &array.
|
|
2467
|
|
2468 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2469
|
|
2470 * objects-msw.h:
|
|
2471 * objects-msw.c: Changed the charset value for a new font from
|
|
2472 "don't care" to "ansi".
|
|
2473
|
|
2474 * glyphs-msw.c (convert_EImage_to_DIBitmap): Warnings fix.
|
|
2475
|
|
2476 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2477
|
|
2478 * event-msw.c (mswindows_wnd_proc, WM_KEYDOWN): Do not clear shift
|
|
2479 modifier on control chars.
|
|
2480 Use IsCharAlpha() instead of isaplha().
|
|
2481
|
|
2482 1998-05-19 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
2483
|
|
2484 * s/freebsd.h: FreeBSD 2.2.6 now supports setlocale(LC_ALL, "").
|
|
2485
|
|
2486 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2487
|
288
|
2488 * objects-msw.c (mswindows_initialize_font_instance): Use ANSI
|
337
|
2489 charset when creating font.
|
288
|
2490 (mswindows_initialize_color_instance): Do not create brush along
|
|
2491 with a color.
|
|
2492 (mswindows_finalize_color_instance): Do not delete it then.
|
|
2493
|
|
2494 * objects-msw.h (struct mswindows_color_instance_data): Removed
|
|
2495 brush slot, and corresponding accessor macro.
|
|
2496
|
|
2497 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2498
|
286
|
2499 * toolbar.c: Removed toolbar_data lrecord implementation.
|
|
2500 (mark_frame_toolbar_buttons_dirty): Replase usage of toolbar_data
|
|
2501 with toolbar_buttons (via FRAME_TOOLBAR_BUTTONS).
|
|
2502 (compute_frame_toolbar_buttons): Ditto.
|
|
2503 (CHECK_TOOLBAR): Ditto.
|
|
2504 (set_frame_toolbar): Removed allocation of toolbar_data lrecord.
|
|
2505 (update_frame_toolbars): Do not check for changed buffer
|
|
2506 here. Toolbar information is provided by cached specs in
|
|
2507 windows. The check for buffer is eliminated becuase toolbars are
|
|
2508 marked changed in set_frame_selected_window() in frame.c
|
|
2509 Added check for changed toolbars geometry.
|
|
2510 (compute_frame_toolbars_data): Removed unused second parameter;
|
|
2511 Adjusted callers of this static function throughout the file.
|
|
2512 (init_frame_toolbars): Initialize current_toolbar_size.
|
337
|
2513 (update_frame_toolbars): Use DEVICE_SUPPORTS_TOOLBARS_P instead of
|
286
|
2514 what is its current expansion, for clarity.
|
|
2515 (init_frame_toolbars): Ditto.
|
|
2516 (init_device_toolbars): Ditto.
|
|
2517 (init_global_toolbars): Ditto.
|
|
2518
|
|
2519 * toolbar.h: Removed definition of toolbar_data lrecord.
|
|
2520 Added accessor macros FRAME_TOOLBAR_BUTTONS and
|
|
2521 FRAME_CURRENT_TOOLBAR_SIZE.
|
|
2522 Added macro DEVICE_SUPPORTS_TOOLBARS_P.
|
|
2523
|
|
2524 * toolbar-x.c (x_output_toolbar): The same change as in
|
|
2525 toolbar-msw.c
|
|
2526 (x_output_toolbar): Ditto.
|
|
2527 (x_redraw_exposed_toolbar): Ditto.
|
|
2528
|
|
2529 * toolbar-msw.c (mswindows_output_toolbar): Retrieve current
|
|
2530 buttons from toolbar_buttons using FRAME_TOOLBAR_BUTTONS macro.
|
|
2531 (mswindows_output_toolbar): Ditto.
|
|
2532 (mswindows_output_toolbar): Ditto.
|
|
2533
|
|
2534 * frame.c (mark_frame): Removed marking of arrays, according to
|
|
2535 frameslots.h change.
|
|
2536 (nuke_all_frame_slots): Ditto.
|
|
2537 (set_frame_selected_window): Mark toolbars changed when
|
|
2538 last_nonminibuf_window changes.
|
|
2539
|
|
2540 * frame.h (struct frame): Moved some slots to frameslots.h.
|
|
2541 Added current_toolbar_size array.
|
|
2542 Changed references from toolbar_data to toolbar_buttons in macros
|
|
2543 FRAME_RAW_THEORETICAL_TOOLBAR_VISIBLE,
|
|
2544 FRAME_RAW_THEORETICAL_TOOLBAR_SIZE and
|
|
2545 FRAME_RAW_THEORETICAL_TOOLBAR_BORDER_WIDTH.
|
|
2546
|
|
2547 * frameslots.h: Added macro MARKED_SLOT_ARRAY a la winslots.h
|
|
2548 Moved arrays of lisp objects here from frame.h: toolbar_size,
|
|
2549 toolbar_visible_p, toolbar_border_width.
|
|
2550 Removed toolbar_data slot and added toolbar_buttons.
|
|
2551
|
|
2552 1998-05-17 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2553
|
|
2554 * symsinit.h: Externed syms_of_process_nt()
|
|
2555
|
|
2556 * emacs.c (main_1): Call syms_of_process_nt()
|
|
2557
|
337
|
2558 * process-nt.c: Quote process arguments by a call to Lisp function
|
286
|
2559 `nt-quote-process-args'.
|
|
2560 (syms_of_process_nt): New function.
|
|
2561 (nt_send_process): Flush data stream after each write, to avoid
|
|
2562 leaving buffered data.
|
|
2563 (nt_send_process): When blocked on process output, wait for
|
|
2564 process to slurp more for progressively increasing time intervals.
|
|
2565
|
|
2566 1998-05-17 Martin Buchholz <martin@xemacs.org>
|
|
2567
|
|
2568 * window.c (have_undivided_common_edge): Make file-local function
|
|
2569 static.
|
|
2570 (map_windows): Return 0 if all map functions successful.
|
|
2571 Fix typos.
|
|
2572
|
|
2573 * winslots.h: Use unlikely names for local variables in macros to
|
|
2574 avoid shadowing warnings.
|
|
2575
|
|
2576 1998-05-17 Andy Piper <andyp@parallax.co.uk>
|
|
2577
|
|
2578 * toolbar-msw.c (mswindows_output_toolbar): hash on toolbar width
|
|
2579 so that we re-output if the toolbar size has changed.
|
|
2580
|
|
2581 1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2582
|
337
|
2583 * s/aix4-2.h (ALIGN_DATA_RELOC): Undefined to support new unexaix.c.
|
286
|
2584
|
|
2585 * s/aix3-1.h (ALIGN_DATA_RELOC): Defined to support new unexaix.c.
|
|
2586
|
|
2587 * unexaix.c: Massive cleanup and support of AIX 4.2 (and hopefully
|
|
2588 greater).
|
|
2589
|
|
2590 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2591
|
|
2592 * glyphs-msw.c: Defined OEMRESOURCE before including windows.h to
|
|
2593 get bitmap manifest constants defined.
|
|
2594
|
|
2595 * console-msw.h: Include system files in angle brackets, not in
|
|
2596 quotes.
|
|
2597
|
|
2598 * window.c (specifier_vars_of_window): Fixed a typo in
|
|
2599 `vertical-divider-line-width' docstirng.
|
|
2600
|
|
2601 1998-05-16 Olivier Galibert <galibert@pobox.com>
|
|
2602
|
|
2603 * line-number.c (delete_invalidate_line_number_cache): Use an
|
|
2604 EMACS_INT.
|
|
2605 (buffer_line_number): Remove dangerous, plain wrong when using
|
|
2606 64bits emacs ints, cast.
|
|
2607
|
|
2608 * insdel.c (buffer_delete_range): Use an EMACS_INT.
|
|
2609
|
|
2610 * cmds.c (Fforward_line): Use EMACS_INTs.
|
|
2611
|
|
2612 * search.c (bi_scan_buffer): Change to use EMACS_INTs.
|
|
2613 (scan_buffer): Ditto.
|
|
2614 (bi_find_next_newline_no_quit): Remove useless cast.
|
|
2615 (find_next_newline_no_quit): Ditto.
|
|
2616 (find_next_newline): Ditto.
|
|
2617 (find_before_next_newline): Use an EMACS_INT.
|
|
2618
|
|
2619 * lisp.h: Change scan_buffer to pass EMACS_INTs.
|
|
2620
|
|
2621 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
2622
|
|
2623 * menubar-msw.c (mswindows_handle_wm_command): Ditto.
|
|
2624
|
|
2625 * toolbar-msw.c (mswindows_handle_toolbar_wm_command): Ditto.
|
|
2626
|
|
2627 * gui-x.c (popup_selection_callback): Use it.
|
|
2628
|
|
2629 * gui.h (get_callback): Declare it.
|
|
2630
|
|
2631 * gui.c (get_callback): New function.
|
|
2632
|
284
|
2633 1998-05-15 SL Baur <steve@altair.xemacs.org>
|
|
2634
|
|
2635 * window.c (have_undivided_common_edge): Guard scrollbar specific
|
|
2636 stuff.
|
|
2637 (window_needs_vertical_divider_1): Ditto.
|
|
2638
|
|
2639 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
2640
|
|
2641 * emacs.c (decode_path): Eliminate compiler warning.
|
|
2642 (Fdecode_path): Renamed to Fsplit_path.
|
|
2643 (Fsplit_string_by_char): New function.
|
|
2644
|
|
2645 1998-05-14 Damon Lipparelli <lipp@primus.com>
|
|
2646
|
|
2647 * winslots.h: close comment
|
|
2648
|
|
2649 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2650
|
|
2651 * callproc.c: Removed declared and unused variable Qbuffer_file_type.
|
|
2652
|
|
2653 * bufslots.h: Removed buffer_file_type slot.
|
|
2654
|
337
|
2655 * buffer.c (complex_vars_of_buffer): Removed buffer_file_type from
|
284
|
2656 buffer local flags.
|
|
2657 (complex_vars_of_buffer): Removed buffer-file-type variable and
|
|
2658 its default reference.
|
|
2659
|
|
2660 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
282
|
2661
|
284
|
2662 * faces.c (complex_vars_of_faces): Defined
|
|
2663 Vvertical_divider_face.
|
|
2664 (vars_of_faces): Staticpro it.
|
|
2665
|
|
2666 * faces.h: Externed Vvertical_divider_face.
|
|
2667
|
|
2668 * redisplay-x.c (x_output_vertical_divider): Use
|
|
2669 Vvertical_divider_face to draw the divider instead of modeline
|
|
2670 face.
|
|
2671
|
|
2672 * redisplay-msw.c (mswindows_output_vertical_divider): Draw
|
|
2673 divider face using Vvertical_divider_face background.
|
|
2674 Fix drawing spacing gaps around the divider.
|
|
2675
|
|
2676 1998-05-14 Didier Verna <verna@inf.enst.fr>
|
|
2677
|
|
2678 * redisplay-x.c (x_output_vertical_divider): removed hard-wired
|
|
2679 values for the vertical divider line width and spacing. Use the
|
|
2680 cached values from the window structure instead.
|
|
2681 (x_divider_width): ditto.
|
|
2682
|
|
2683 * window.c (specifier_vars_of_window): new specifiers:
|
337
|
2684 vertical-divier -line-width and -spacing.
|
284
|
2685 (vertical_divider_global_width_changed): formerly known as
|
337
|
2686 vertical_divider_shadow_thickness_changed.
|
284
|
2687
|
|
2688 * winslots.h: new slots: vertical_specifier _line_width and
|
|
2689 _spacing. Plus corrected a comment typo.
|
|
2690
|
|
2691 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2692
|
|
2693 * window.h: Declared window_divider_width().
|
282
|
2694
|
284
|
2695 * console-stream.c (stream_divider_width): Removed method.
|
|
2696 (console_type_create_stream): And declaration for it.
|
|
2697
|
|
2698 * redisplay.c (pixel_to_glyph_translation): Use
|
337
|
2699 window_divider_width() instead of divider_width redisplay method.
|
284
|
2700 (pixel_to_glyph_translation): Fix top divider edge calculation
|
|
2701 when scrollbar is on top.
|
282
|
2702
|
284
|
2703 * window.c (window_divider_width): New function, an outphaser for
|
|
2704 divider_width redisplay method.
|
|
2705 (window_right_gutter_width): Use it.
|
|
2706 (specifier_vars_of_window): For vertical-divider-{spacing,line-width}
|
|
2707 specifiers, set fallback values differently on TTYs, and document
|
|
2708 the behavior of these on TTYs in the docstrings.
|
337
|
2709
|
284
|
2710 * scrollbar.c (update_scrollbar_instance): Use
|
|
2711 window_divider_width() instead of divider_width redisplay method.
|
282
|
2712
|
284
|
2713 * console.h (struct console_methods): Removed divider_width_method.
|
|
2714
|
|
2715 * redisplay-tty.c (tty_divider_width): Removed device method.
|
|
2716 (console_type_create_redisplay_tty): Removed definition for it.
|
|
2717 (tty_output_vertical_divider): Respect the value returned by
|
|
2718 window_divider_width thus divider line width specification.
|
|
2719
|
|
2720 * redisplay-msw.c (mswindows_divider_width): Removed device method.
|
|
2721 (console_type_create_redisplay_mswindows): Removed definition for it.
|
|
2722 (mswinodws_output_vertical_divider): Respect the value returned by
|
|
2723 window_divider_width thus divider line width specification.
|
282
|
2724
|
284
|
2725 1998-05-15 Andy Piper <andyp@parallax.co.uk>
|
|
2726
|
|
2727 * toolbar-msw.c: guess toolbar frame size a bit more accurately.
|
|
2728
|
|
2729 1998-05-15 Andy Piper <andyp@parallax.co.uk>
|
|
2730
|
|
2731 * glyphs-msw.c: resource loading implementation.
|
|
2732 (cursor_normalize): new function.
|
|
2733 (cursor_validate): ditto.
|
|
2734 (cursor_instantiate): ditto.
|
|
2735 (cursor_name_to_resource): ditto.
|
|
2736 (cursor_possible_dest_types): ditto.
|
|
2737 (check_valid_symbol): ditto.
|
|
2738 (check_valid_string_or_int): ditto.
|
|
2739
|
|
2740 1998-05-14 Martin Buchholz <martin@xemacs.org>
|
|
2741
|
|
2742 * sysdep.c (tty_init_sys_modes_on_device): Treat VSUSP just like
|
|
2743 VINTR and VQUIT.
|
|
2744
|
|
2745 * process-unix.c (process_signal_char): Use VSUSP instead of
|
|
2746 non-standard VSWTCH. Always prefer VSUSP to VSWTCH.
|
|
2747
|
|
2748 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2749
|
|
2750 * specifier.c (specifier_instance): Change locale precedence of
|
|
2751 instantiation so window locale has higher priority than buffer
|
|
2752 locale.
|
|
2753 (Fspecifier_instance): Reflect this in docstring.
|
|
2754 (Fadd_spec_list_to_specifier): Ditto.
|
|
2755 (Fadd_spec_to_specifier): Ditto.
|
|
2756 (Fremove_specifier): Ditto.
|
282
|
2757
|
284
|
2758 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2759
|
|
2760 ** Dialog separation into a device method from Andy Piper
|
|
2761
|
|
2762 * emacs.c (main_1): Call console_type_create_dialog_x().
|
|
2763
|
337
|
2764 * dialog-x.c (x_popup_dialog_box): Old Fpopup_dialog_box converted
|
284
|
2765 into this device method.
|
|
2766 (console_type_create_dialog_x): New function.
|
|
2767
|
|
2768 * dialog.c (Fpopup_dialog_box): New function.
|
|
2769 (syms_of_dialog): Defsubr it.
|
|
2770
|
|
2771 * console.h (struct console_methods): Declared
|
337
|
2772 popup_dialog_box_method().
|
284
|
2773
|
|
2774 * symsinit.h: Defined console_type_create_dialog_{x,mswindows}
|
|
2775
|
|
2776 1998-05-14 Oliver Graf <ograf@fga.de>
|
|
2777
|
|
2778 * dragdrop.c (vars_of_dragdrop): dragdrop-protocols created
|
|
2779 * frame-x.c (x_cde_transfer_callback): checked for merge errors
|
|
2780
|
|
2781 1998-05-13 Oliver Graf <ograf@fga.de>
|
|
2782
|
|
2783 * dragdrop.c (vars_of_dragdrop): provide dragdrop-api
|
|
2784
|
|
2785 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
282
|
2786
|
284
|
2787 * console.h (device_metrics): Removed dbcs, input-method-editor
|
|
2788 and right-to-left metrics.
|
|
2789
|
|
2790 * device.c (Fdevice_system_metric): Ditto.
|
|
2791 (Fdevice_system_metrics): Ditto.
|
|
2792 (syms_of_device): Ditto.
|
|
2793 (Fdevice_system_metric): Swapped DEVICE and METRIC parameters back
|
|
2794 again.
|
|
2795
|
|
2796 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
2797
|
|
2798 * line-number.h (mark_line_number_cache): Remove unused
|
|
2799 declaration.
|
|
2800
|
|
2801 * line-number.c (LINE_NUMBER_FAR): Increase to 32768.
|
|
2802 (get_nearest_line_number): Simplify.
|
|
2803 (add_position_to_cache): Make the old marker point nowhere.
|
|
2804
|
|
2805 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2806
|
|
2807 ** Renamed window-divider-map => vertical-divider-map
|
|
2808 and event-over-divider-p => event-over-vertical-divider-p,
|
|
2809 in the following files/functions:
|
337
|
2810 * events.h:
|
|
2811 * events.c (Fevent_over_divider_p):
|
|
2812 * keymap.c (get_relevant_keymaps):
|
|
2813 (vars_of_keymap):
|
284
|
2814
|
|
2815 * redisplay.h (OVER_V_DIVIDER): Renamed so from OVER_DIVIDER.
|
|
2816
|
|
2817 * redisplay.c (pixel_to_glyph_translation): Use OVER_V_DIVIDER.
|
282
|
2818
|
284
|
2819 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2820
|
|
2821 * window.c (vertical_divider_changed_in_window): Renamed so.
|
|
2822 (specifier_vars_of_window): Defined Vvertical_divider_draggable_p.
|
|
2823 (window_needs_vertical_divider_1): Decide whether we need it based
|
|
2824 on the value of the above specifier. If separators are unwanted,
|
|
2825 put them only if there's no scrollbar between this window and its
|
|
2826 right neighbor.
|
|
2827 (have_undivided_common_edge): New function, helper for the above.
|
|
2828 (window_needs_vertical_divider): Return either a cached value,
|
|
2829 or clauclate and cache one.
|
|
2830 (invalidate_vertical_divider_cache_in_window): Implemented.
|
|
2831 (map_windows): Changed return type to int, return the value from
|
|
2832 MAPFUN.
|
282
|
2833
|
284
|
2834 * window.h: Prototype invalidate_vertical_divider_cache_in_window.
|
|
2835 (struct window): Added need_vertical_divider_p and
|
337
|
2836 need_vertical_divider_valid_p.
|
284
|
2837
|
|
2838 * winslots.h: Added vertical_divider_draggable_p slot.
|
282
|
2839
|
284
|
2840 * scrollbar.c (vertical_scrollbar_changed_in_window): Implemented.
|
|
2841 (specifier_vars_of_scrollbar): Used it in all vertical specifiers.
|
|
2842
|
|
2843 * frame.c (invalidate_vertical_divider_cache_in_frame): New function.
|
|
2844
|
|
2845 * frame.h (MARK_FRAME_WINDOWS_STRUCTURE_CHANGED): Call
|
|
2846 invalidate_vertical_divider_cache_in_frame().
|
|
2847 Prototype it.
|
|
2848
|
|
2849 1998-05-14 Andy Piper <andyp@parallax.co.uk>
|
282
|
2850
|
284
|
2851 * toolbar-msw.c: provide correct parameters to TB_SETROWS.
|
|
2852
|
|
2853 * glyphs-msw.c (mswindows_initialize_image_instance_mask): size
|
|
2854 masks correctly and don't select 0.
|
|
2855
|
|
2856 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2857
|
|
2858 * winslots.h: New file, declaration of some struct window and
|
|
2859 struct saved_window members.
|
|
2860
|
|
2861 * window.h (struct window): Include it, with required preprocessor
|
|
2862 magic.
|
282
|
2863
|
284
|
2864 * window.c (mark_window): Ditto.
|
|
2865 (allocate_window): Ditto.
|
|
2866 (struct saved_window): Ditto.
|
|
2867 (mark_window_config): Ditto.
|
|
2868 (saved_window_equal): Ditto.
|
|
2869 (Fset_window_configuration): Ditto.
|
|
2870
|
|
2871 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2872
|
|
2873 * redisplay-msw.c (mswindows_output_vertical_divider): Syntax fix.
|
|
2874
|
|
2875 1998-05-12 Didier Verna <verna@inf.enst.fr>
|
|
2876
|
|
2877 * redisplay-x.c (x_output_vertical_divider): draw shadows around
|
|
2878 the divider line. The shadow thickness is currently
|
|
2879 hard-wired. This will probably be turned into a specifier soon.
|
|
2880
|
|
2881 1998-05-12 Didier Verna <verna@inf.enst.fr>
|
282
|
2882
|
284
|
2883 * console.h (struct console_methods): the divider_width console
|
|
2884 method now requires a struct window * argument.
|
|
2885
|
|
2886 * redisplay-x.c (x_divider_width): ditto. Plus remove
|
|
2887 X_DIVIDER_WIDTH, X_DIVIDER_SHADOW_THICKNESS.
|
|
2888 (x_output_vertical_divider): give a depressed look when the shadow
|
|
2889 thickness is negative.
|
|
2890
|
|
2891 * console-stream.c (stream_divider_width): pass a struct window *
|
337
|
2892 argument.
|
284
|
2893
|
|
2894 * redisplay-tty.c (tty_divider_width): ditto.
|
|
2895
|
|
2896 * window.c (window_right_gutter_width): totdi.
|
|
2897
|
|
2898 * redisplay.c (generate_modeline): ittod.
|
|
2899
|
|
2900 * scrollbar.c (update_scrollbar_instance): ttido.
|
337
|
2901
|
|
2902 * redisplay-msw.c (mswindows_divider_width): ottid.
|
284
|
2903 WARNING: this enables to compile, but the feature is not functional.
|
|
2904
|
|
2905 * window.h (struct window): new field
|
337
|
2906 vertical_divider_shadow_thickness.
|
282
|
2907
|
284
|
2908 * window.c (specifier_vars_of_window): new specifier
|
|
2909 vertical-divider-shadow-thickness.
|
|
2910 (vertical_divider_shadow_thickness_changed): new function to
|
|
2911 inform redisplay that the window has changed.
|
|
2912 (mark_window): handle new field vertical_divider_shadow_thickness
|
|
2913 from struct window.
|
|
2914 (allocate_window): ditto.
|
|
2915 (saved_window_equal): toddi.
|
|
2916 (Fset_window_configuration): totid.
|
|
2917 (save_window_save): ttdio.
|
|
2918 (struct saved_window): new field vertical_divider_shadow_thickness.
|
|
2919
|
|
2920 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2921
|
|
2922 * device-msw.c (mswindows_device_system_metrics): Support a deluge
|
|
2923 of metrics.
|
282
|
2924
|
284
|
2925 1998-05-12 Oliver Graf <ograf@fga.de>
|
|
2926
|
|
2927 * frame-x.c (x_cde_transfer_callback): fixed for the new protocol
|
|
2928 * event-Xt.c (x_event_to_emacs_event): C++ compability
|
|
2929
|
|
2930 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
282
|
2931
|
284
|
2932 * emacs.c (Fdecode_path): Default SEPCHAR to value of
|
|
2933 path-separator.
|
|
2934
|
|
2935 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
2936
|
|
2937 * emacs.c (vars_of_emacs): Do it here; change the meaning of
|
|
2938 Vpath_separator.
|
|
2939
|
|
2940 * fileio.c (vars_of_fileio): Don't define Vpath_separator here.
|
|
2941
|
|
2942 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
282
|
2943
|
284
|
2944 * emacs.c (decode_path_1): New function.
|
|
2945 (decode_path): Use it.
|
|
2946 (Fdecode_path): Renamed from Fdecode_path_internal; use
|
|
2947 decode_path_1.
|
|
2948
|
|
2949 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
2950
|
|
2951 * macros.c (Fzap_last_kbd_macro_event): New function.
|
|
2952 (Fend_kbd_macro): Remove REMOVE_LAST kludge.
|
|
2953
|
|
2954 1998-05-10 Andy Piper <andyp@parallax.co.uk>
|
282
|
2955
|
284
|
2956 * redisplay-msw.c (mswindows_output_dibitmap_region): make sure
|
337
|
2957 multiple bitmaps are output vertically as well as horizontally.
|
284
|
2958 * (mswindows_output_dibitmap): don't cope with bitmap boundaries
|
|
2959 crossing lines this is handled by
|
|
2960 mswindows_output_dibitmap_region.
|
|
2961
|
|
2962 1998-05-12 Martin Buchholz <martin@xemacs.org>
|
|
2963
|
|
2964 * inline.c: Include eldap.h
|
|
2965
|
337
|
2966 * menubar-x.c (x_update_frame_menubar_internal):
|
284
|
2967 Remove: unused variable `container'
|
|
2968
|
|
2969 1998-05-11 Martin Buchholz <martin@xemacs.org>
|
|
2970
|
|
2971 * s/aix4.h: Allow AIX 4.3 XEmacs to compile cleanly.
|
|
2972 Unfortunately, the resulting temacs still cannot dump.
|
282
|
2973
|
337
|
2974 * symbols.c (symbol_is_constant):
|
|
2975 (verify_ok_for_buffer_local):
|
284
|
2976 -Wswitch Warning suppression - add default case to switches.
|
|
2977
|
|
2978 * redisplay.c (decode_mode_spec): Remove unused variables,
|
|
2979 Replace Fcoding_system_property (codesys, Qmnemonic) with
|
|
2980 XCODING_SYSTEM_MNEMONIC (codesys);
|
|
2981 Fcoding_system_property is for users.
|
|
2982
|
|
2983 * buffer.c:
|
|
2984 * fileio.c:
|
|
2985 * lread.c:
|
|
2986 * xselect.c:
|
|
2987 Change empty docstrings into no doc strings at all.
|
|
2988 Fix bogus FSF-format docstrings.
|
282
|
2989
|
284
|
2990 * extents.c:
|
|
2991 Standardize docstrings.
|
|
2992
|
|
2993 * floatfns.c:
|
|
2994 Explain problems with matherr.
|
|
2995
|
|
2996 * glyphs.c: make DEFUNs etags-readable, i.e. single-line
|
282
|
2997
|
284
|
2998 * syssignal.h:
|
|
2999 if BROKEN_SIGIO, then SIGIO wants to be undefined.
|
|
3000 if SIGIO and not SIGPOLL, SIGPOLL wants to be SIGIO.\
|
|
3001 Fix the weird resultant interaction (causes windows problems)
|
|
3002
|
|
3003 * gdbinit:
|
|
3004 * dbxrc:
|
|
3005 Take new EMACSBOOTSTRAPLOADPATH into account.
|
|
3006 Update documentation strings
|
282
|
3007
|
284
|
3008 * Makefile.in.in:
|
|
3009 - Adjust for luser's CDPATH being set to something weird.
|
|
3010 - Take into account bash 2.02's tendency to print the cwd when
|
|
3011 using CDPATH. Always use `cd ./foo' instead of `cd foo'.
|
|
3012 - fix the run-temacs target to use $(DUMPENV)
|
|
3013 - fix the run-puremacs target to use $(DUMPENV)
|
|
3014 - fix the `depend' target to properly $(RM) the right files
|
|
3015 - Generate a better TAGS file for XEmacs' lisp code using
|
|
3016 hand-crafted regexps.
|
|
3017 - Use standard coding conventions for modules/Makefile.in
|
|
3018
|
|
3019 1998-05-12 Didier Verna <verna@inf.enst.fr>
|
|
3020
|
|
3021 * redisplay.c: removed the scrolling modeline code that didn't
|
337
|
3022 make it for 21.0. To be continued ...
|
284
|
3023
|
|
3024 1998-05-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3025
|
|
3026 * emacs.c (Fdecode_path_internal): Removed bogus handling of nil
|
|
3027 and empty string inputs.
|
|
3028
|
|
3029 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
3030
|
|
3031 * redisplay-x.c (x_output_vertical_divider): Fixed typo.
|
|
3032
|
|
3033 1998-05-10 Oliver Graf <ograf@fga.de>
|
|
3034
|
|
3035 * event-stream.c (enqueue_misc_user_event_pos): created
|
|
3036 * lisp.h (enqueue_misc_user_event_pos): prototype added
|
|
3037 * frame-x.c (x_cde_transfer_callback): debug code plus API changes
|
|
3038 * emacs.c: call vars_of_dragdrop
|
|
3039 * dragdrop.c (vars_of_dragdrop): provide dragdrop
|
|
3040
|
|
3041 1998-05-11 Oliver Graf <ograf@fga.de>
|
|
3042
|
|
3043 * frame-x.c (x_cde_transfer_callback): return at correct pos
|
|
3044 * event-Xt.c (x_event_to_emacs_event): changed format of drop
|
|
3045 object for MIME (see comment in dragdrop.c)
|
|
3046 * dragdrop.c: API change documented in comment
|
|
3047 removed provide of dragdrop [is provided by dragdrop.el]
|
|
3048
|
|
3049 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
3050
|
|
3051 * window.c (window_needs_vertical_divider): Enable vertical
|
|
3052 dividers for every non-rightmost window.
|
|
3053 (window_left_gutter_width): Left gutter consists of mythical
|
|
3054 toolbar and a virtual scrollbar.
|
|
3055 (window_right_gutter_width): The right one may have a divider
|
|
3056 also.
|
|
3057
|
|
3058 * scrollbar.c (update_scrollbar_instance): Position vertical
|
|
3059 scrollbar left to divider if the latter present.
|
|
3060
|
|
3061 * redisplay.h: Declared OVER_DIVIER constant.
|
|
3062
|
|
3063 * redisplay.c (pixel_to_glyph_translation): Handle OVER_DIVIDER
|
|
3064 case.
|
|
3065
|
|
3066 * redisplay-x.c (x_output_vertical_divider): Output divider along
|
|
3067 the right side of the window, down to window bottom. Swapped
|
|
3068 foreground and background colors so it is visible by default.
|
282
|
3069
|
284
|
3070 * redisplay-tty.c (tty_output_vertical_divider): Uncondiionally
|
|
3071 stick the divider to the right window side.
|
|
3072
|
|
3073 * redisplay-msw.c (mswindows_redisplay_deadbox_maybe): Fixed
|
|
3074 deadbox painting.
|
|
3075 (mswindows_divider_width): Ask system for user preferred value.
|
|
3076 (mswindows_output_vertical_divider): Always output the divider on
|
|
3077 the right side of a window, down to bottom.
|
|
3078
|
337
|
3079 * keymap.c (get_relevant_keymaps): Route mouse button events which
|
284
|
3080 happened over a window divider through window-divider-map.
|
|
3081 (Fkey_binding): Documented that in the docstring.
|
|
3082 Defined the variable Vwindow_divider_map.
|
282
|
3083
|
284
|
3084 * events.c (Fevent_over_divider_p): Added this function.
|
|
3085
|
|
3086 * events.h: EXFUNed it.
|
|
3087
|
|
3088 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
3089
|
|
3090 * toolbar.c (update_frame_toolbars): Re-layout frame windows if
|
|
3091 toolbar geometry is suspected to change.
|
|
3092
|
|
3093 1998-05-11 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
3094
|
|
3095 * src/device-msw.c
|
|
3096 * src/event-msw.c
|
|
3097 Condition dnd and dde code on HAVE_DRAGNDROP.
|
|
3098
|
|
3099 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
282
|
3100
|
284
|
3101 * events.c (format_event_object): Print space as SPC etc.
|
|
3102
|
|
3103 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
3104
|
|
3105 * print.c (print_internal): In the default case, abort() if
|
|
3106 ERROR_CHECK_TYPECHECK.
|
|
3107
|
|
3108 * fileio.c (Fmake_temp_name): Doc fix.
|
|
3109
|
|
3110 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
3111
|
|
3112 * xgccache.c (describe_gc_cache): Define only if DEBUG_XEMACS.
|
|
3113
|
|
3114 * undo.c (Fprimitive_undo): Fixed typo.
|
282
|
3115
|
284
|
3116 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
3117
|
|
3118 * fns.c (concat): Signal error on integer argument.
|
|
3119
|
|
3120 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
3121
|
|
3122 * console.h (device_metrics): Prefixed each constatnt with DM_
|
|
3123
|
|
3124 * device.c: (Fdevice_system_metric): Renamed so from plural form
|
|
3125 (metrics); Changed parameters order and added DEFAULT parameter;
|
|
3126 Unabbreviated some metric constants; Fixed and untabified doc string.
|
|
3127 (Fdevice_system_metrics): Added. Returns a plist of all provided
|
337
|
3128 metrics.
|
284
|
3129
|
|
3130 * device-msw.c (mswindows_device_system_metrics): Renamed
|
|
3131 device_metrics enum constants.
|
|
3132 Return Qunbound instead of Qnil.
|
282
|
3133
|
|
3134 * device-tty.c (tty_device_system_metrics): Ditto.
|
|
3135
|
|
3136 * device-x.c (x_device_system_metrics): Ditto.
|
|
3137
|
284
|
3138 1998-05-10 Andy Piper <andyp@parallax.co.uk>
|
272
|
3139
|
284
|
3140 * redisplay-msw.c: implement background pixmaps (really!). Make
|
|
3141 sure bg color is transparent if we have bg pmaps.
|
|
3142 * (mswindows_output_string) (mswindows_clear_region): output bg
|
|
3143 pmap if required.
|
|
3144 * (mswindows_output_dibitmap_region): new function.
|
|
3145 * (mswindows_output_dibitmap): output offset pixmaps, blt masks in
|
|
3146 the bg color rather than transparently.
|
263
|
3147
|
284
|
3148 * toolbar-msw.c: use masks if they exist.
|
241
|
3149
|
284
|
3150 * glyphs-msw.c: set up masks correctly.
|
215
|
3151
|
284
|
3152 * event-msw.c: typedef SOCKET if cygwin and not msg select().
|
209
|
3153
|
284
|
3154 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
203
|
3155
|
284
|
3156 * regex.c (re_match_2_internal): Check for quit.
|
149
|
3157
|
284
|
3158 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
104
|
3159
|
284
|
3160 * frame.c (Ffocus_frame): New function.
|
82
|
3161
|