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