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