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