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