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