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