163
|
1 1997-06-20 Steven L Baur <steve@altair.xemacs.org>
|
|
2
|
|
3 * events.c: Remove declaration of Qempty.
|
|
4
|
|
5 1997-06-20 Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
|
|
6
|
|
7 * frame-x.c, EmacsFrame.c, menubar-x.c, redisplay-x.c, scrollbar-x.c:
|
|
8 Make 64 bit clean.
|
|
9
|
|
10 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
|
|
11
|
|
12 * config.h.in:
|
|
13 - Autodetect X defines using xmkmf.
|
|
14 - Compute rpath on *bsd* systems as well.
|
|
15 - rewrite PRINT_VAR m4 macro.
|
|
16 - detect sizes of void* and long long for future use by unex*.c
|
|
17 * regex.c: _GNU_SOURCE may be defined by config.h; don't redefine.
|
|
18
|
|
19 1997-06-18 Martin Buchholz <mrb@eng.sun.com>
|
|
20
|
|
21 * Makefile.in:
|
|
22 * s/*.h:
|
|
23 * m/*.h:
|
|
24 * src/config.h.in:
|
|
25 * src/emacs.c:
|
|
26 * version.sh:
|
|
27 * configure.in: Another rewrite.
|
|
28 - support powerpcle (Solaris on ppc)
|
|
29 - Now just have one s/sol2.h for all Solaris versions
|
|
30 - Specifying colon-separated directories actually works now.
|
|
31 - OS_RELEASE is a new define to avoid proliferation of s&m files.
|
|
32 - extract more stuff from s&m files.
|
|
33 - more debugging info
|
|
34 - More changes to avoid the `echo -e' problem
|
|
35 - Add more tests: fcntl.h AC_TYPE_*, AC_FUNC_GETPGRP
|
|
36 - Back out -lPW test.
|
|
37 - More paranoid xpm test
|
|
38 - Put version information in version.sh instead of version.el
|
|
39 - Make quoted pre-processor string tokens out of all macro values
|
|
40 to be used only by configure.
|
|
41 * xmu.c: DON'T use Xos.h
|
|
42 * sysdep.c (wait_for_termination):
|
|
43 * search.c:
|
|
44 * editfns.c:
|
|
45 * console-*:
|
|
46
|
|
47 1997-06-18 Steven L Baur <steve@altair.xemacs.org>
|
|
48
|
|
49 * unexelfsgi.c: Some things that Needed To Be Done(tm) into
|
|
50 unexelfsgi:
|
|
51 - support for .sbss section (no more -G 0 needed, 0.00001% speed
|
|
52 increase)
|
|
53 - support for Elf64 (64bits executables)
|
|
54 From Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
|
|
55
|
|
56 * fns.c (Fmapvector): New function converted from Lisp.
|
|
57 From Hrvoje Niksic <hniksic@srce.hr>
|
|
58
|
|
59 Wed Jun 18 16:42:10 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
60
|
|
61 * Makefile.in.in: Convert two missed C style comments.
|
|
62 (LIBES): Remove LIBS_DEBUG which is no longer defined.
|
|
63 (LIBES): lwlibs_libs was misspelled.
|
|
64
|
|
65 1997-06-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
66
|
|
67 * eval.c (vars_of_eval): New variable Vdebug_ignored_errors.
|
|
68 (skip_debugger): New function; use Vdebug_ignored_errors.
|
|
69 (signal_call_debugger): Use it.
|
|
70
|
|
71 1997-06-17 Steven L Baur <steve@altair.xemacs.org>
|
|
72
|
|
73 * emacs.c (vars_of_emacs): Moved symbols emacs-version,
|
|
74 emacs-major-version, and emacs-minor-version from version.el to
|
|
75 here.
|
|
76
|
|
77 * general.c (syms_of_general): New symbols and, not, and or.
|
|
78
|
|
79 * emacsfns.h: New symbols Qand, Qnot, Qor.
|
|
80
|
|
81 * Makefile.in.in: Call temacs to compute lisp libraries to
|
|
82 include in the DOC file.
|
|
83
|
|
84 1997-06-15 Steven L Baur <steve@altair.xemacs.org>
|
|
85
|
|
86 * Makefile.in.in (lisp): Remove explicit mention of auto-autoloads.el.
|
|
87
|
|
88 Sat Jun 14 21:55:27 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
89
|
|
90 * console.c (Fselect_console):
|
|
91 Check DEVICE_SELECTED_FRAME of console's selected
|
|
92 device for non-nil value before using it as a frame.
|
|
93
|
161
|
94 1997-06-13 Steven L Baur <steve@altair.xemacs.org>
|
|
95
|
|
96 * data.c (eq_with_ebola_notice): Remove horrible hack to avoid
|
|
97 unavoidable Ebola notices in the bytecompiler.
|
|
98
|
|
99 * emacsfns.h: Fextent_in_region_p: Move.
|
|
100
|
|
101 * keymap.c Fextent_in_region_p: Move.
|
|
102
|
|
103 Fri Jun 13 00:38:29 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
104
|
|
105 * src/console.c (Fsuspend_console):
|
|
106 Disable input on ttys. Hide unhidden frames.
|
|
107
|
|
108 * src/console.c (Fresume_console):
|
|
109 Enable input on ttys. Raise the device selected frame.
|
|
110
|
|
111 Fri Jun 13 00:25:46 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
112
|
|
113 * process.c (status_notify):
|
|
114 Revert back to the code that does not use
|
|
115 save_excursion_restore. Just bounds check opoint
|
|
116 instead.
|
|
117
|
|
118 * process.c (read_process_output):
|
|
119 Bounds check saved clip region and point values for
|
|
120 validity before using them. Call Fwiden before calling
|
|
121 Fnarrow_to_region to insure values will not be out of
|
|
122 range.
|
|
123
|
|
124 1997-06-12 Steven L Baur <steve@altair.xemacs.org>
|
|
125
|
|
126 * alloc.c: Make the GC cursor appear on all frames.
|
|
127 From Hrvoje Niksic <hniksic@srce.hr>
|
|
128
|
|
129 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
|
|
130
|
|
131 * data.c (eq_with_ebola_notice): Add byte-optimize-logmumble and
|
|
132 byte-compile-push-constant to list of ignored functions.
|
|
133
|
|
134 1997-06-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
135
|
|
136 * bytecode.c (Bsave_current_buffer): Register.
|
|
137 (Fbyte_code): Do action.
|
|
138
|
|
139 * editfns.c (Fsave_current_buffer): New SUBR.
|
|
140
|
159
|
141 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
|
|
142
|
|
143 * syntax.c (Fchar_syntax): Handle case of being passed nil.
|
|
144
|
|
145 * data.c (eq_with_ebola_notice): Add more legitimate places in the
|
|
146 bytecompiler that should not get Ebola notices.
|
|
147
|
|
148 Tue Jun 10 00:34:40 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
149
|
|
150 * process.c (status_notify):
|
|
151 Use record_unwind_protect and save_excursion_restore to
|
|
152 handle the point and buffer restoration. Cleaner. Doesn't
|
|
153 crash the editor if before/after-change-functions change
|
|
154 things behind our back.
|
|
155
|
|
156 1997-06-10 Steven L Baur <steve@altair.xemacs.org>
|
|
157
|
|
158 * data.c (vars_of_data): Set Ebola warning backtrace limit to 16.
|
|
159 (eq_with_ebola_notice): Bypass Ebola warnings for special
|
|
160 bytecompiler functions where they are 100% spurioius.
|
|
161
|
|
162 1997-06-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
163
|
|
164 * Makefile.in.in: Use lisp/mule/language/misc-lang.el instead of
|
|
165 lisp/mule/ipa-hooks.el.
|
|
166
|
|
167 1997-06-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
168
|
|
169 * Makefile.in.in: Use lisp/mule/language/thai.elc instead of
|
|
170 lisp/mule/thai-hooks.elc.
|
|
171
|
|
172 1997-06-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
173
|
|
174 * Makefile.in.in: Use lisp/mule/language/chinese.el,
|
|
175 lisp/mule/language/cyrillic.el, lisp/mule/language/european.el,
|
|
176 lisp/mule/language/greek.el, lisp/mule/language/japanese.el and
|
|
177 lisp/mule/language/korean.el instead of
|
|
178 lisp/mule/chinese-hooks.el, lisp/mule/cyrillic-hooks.el,
|
|
179 lisp/mule/european-hooks.el, lisp/mule/greek-hooks.el,
|
|
180 lisp/mule/japanese-hooks.el and lisp/mule/korean-hooks.el.
|
|
181
|
157
|
182 1997-06-09 Steven L Baur <steve@altair.xemacs.org>
|
|
183
|
|
184 * keymap.c: Declare Fextent_in_region_p.
|
|
185
|
|
186 * s/linux.h: Can't use ORDINARY_LINK in linux until usage of -lPW
|
|
187 is determined more sensibly.
|
|
188
|
|
189 1997-06-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
190
|
|
191 * keydefs.c (get_relevant_extent_keymaps): Choose correct keymap
|
|
192 at extent boundaries.
|
|
193
|
|
194 Mon Jun 9 19:35:19 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
195
|
|
196 * redisplay.c (pixel_to_glyph_translation):
|
|
197 Fixed off by one error in computation of closest
|
|
198 position when mouse is in the frame's right-side
|
|
199 border area.
|
|
200
|
|
201 Sat Jun 7 22:07:41 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
202
|
|
203 * frame.c (delete_frame_internal):
|
|
204 Calling Fselect_frame isn't sufficient to set the
|
|
205 frame device's selected frame if the frame we're
|
|
206 selecting is on a different device. Call
|
|
207 set_device_selected_frame apprpriately in that case.
|
|
208 Also don't set the frame device's selected frame to a
|
|
209 frame that's on another device.
|
|
210
|
|
211 1997-06-09 Steven L Baur <steve@altair.xemacs.org>
|
|
212
|
|
213 * sysdep.c: MS Windows NT doesn't (yet) do child TTY processes.
|
|
214 From David Hobley <davidh@wr.com.au>
|
|
215
|
|
216 Sat Jun 7 22:00:54 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
217
|
|
218 * src/device-x.c (x_delete_device):
|
|
219 Add an EQ check so that we don't set Vdefault_x_device
|
|
220 back to the device we're deleting.
|
|
221
|
155
|
222 1997-06-05 Steven L Baur <steve@altair.xemacs.org>
|
|
223
|
|
224 * frame.c (Fmake_frame): Correct checking of first_frame_on_device.
|
|
225 From Hrvoje Niksic <hniksic@srce.hr>
|
|
226
|
|
227 1997-06-04 Steven L Baur <steve@altair.xemacs.org>
|
|
228
|
|
229 * device.c (delete_deviceless_console): New function.
|
|
230 (Fmake_device): Use it. Fix problem of creation of a frame on a
|
|
231 tty where something fails during initialization.
|
|
232 From Kyle Jones <kyle_jones@wonderworks.com>
|
|
233
|
|
234 * specifier.c (Fboolean_specifier_p): Correct spelling in
|
|
235 Docstring (synch from Infodock 3.5).
|
|
236
|
|
237 * frame.c: Update docstring.
|
|
238
|
|
239 1997-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
240
|
|
241 * sysdep.c (tty_init_sys_modes_on_device): Initialize it.
|
|
242
|
|
243 * console.c (complex_vars_of_console): New variable
|
|
244 `tty-erase-char'.
|
|
245
|
|
246 * conslots.h (MARKED_SLOT): New slot.
|
|
247
|
|
248 Mon Jun 2 02:49:44 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
249
|
|
250 * frame.c, frame-tty.c
|
|
251 Treat tty frames like a cross between stacked window
|
|
252 system frames and frames on virtual displays. All
|
|
253 frames but the top frame are visible but hidden by
|
|
254 default. next-frame and previous-frame now skip
|
|
255 invisible tty frames by default. raise-frame and
|
|
256 lower-frame now control whether a frame is hidden
|
|
257 instead of whether it is visible. Frames are no
|
|
258 longer automatically raised when they are selected.
|
|
259 After a raise/lower operation selection of the new
|
|
260 topmost frame is deferred until a selection magic
|
|
261 event is read.
|
|
262
|
|
263 Sat May 31 19:59:49 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
264
|
|
265 * frame-tty.c (tty_init_frame_3:
|
|
266 Defer selection of the newly created frame until
|
|
267 an event is read.
|
|
268
|
|
269 1997-06-02 Steven L Baur <steve@altair.xemacs.org>
|
|
270
|
|
271 * search.c (REGEXP_CACHE_SIZE): Bump to 20.
|
|
272 Suggested by Karl M. Hegbloom <karlheg@inetarena.com>
|
|
273
|
|
274 1997-05-30 Steven L Baur <steve@altair.xemacs.org>
|
|
275
|
|
276 * device-tty.c (tty_asynch_device_change):
|
|
277 * gpmevent.c (connect_to_gpm): Makes it so it doesn't **ck up the
|
|
278 mouse stuff on an XTerm, and resets the internal GPM variables for
|
|
279 the width and height of the screen when we get a sigwinch.
|
|
280 From William M. Perry <wmperry@aventail.com>
|
|
281
|
153
|
282 1997-05-29 Steven L Baur <steve@altair.xemacs.org>
|
|
283
|
|
284 * eval.c (Fprogn): Delete mocklisp support.
|
|
285 (Fwhile): Ditto.
|
|
286 (Fcommandp): Ditto.
|
|
287 (Feval): Ditto.
|
|
288 (funcall_recording_as): Ditto.
|
|
289 (funcall_lambda): Ditto.
|
|
290
|
|
291 * elhash.c (verify_function): Delete mocklisp support.
|
|
292
|
|
293 * doc.c (Fdocumentation): Delete mocklisp support.
|
|
294
|
|
295 * data.c (wrong_type_argument): Delete mocklisp support.
|
|
296
|
|
297 * config.h.in: Delete mocklisp support.
|
|
298
|
|
299 * callint.c (Fcall_interactively): Delete mocklisp support.
|
|
300
|
|
301 * emacs.c (main_1): Delete mocklisp initialization.
|
|
302
|
|
303 * symsinit.h: Delete mocklisp.c decls.
|
|
304
|
|
305 * Makefile.in.in: Delete mocklisp stuffs.
|
|
306
|
|
307 Thu May 29 03:00:16 1997 Kyle Jones <kyle@crystal.wonderworks.com>
|
|
308
|
|
309 * frame.c (change_frame_size_1):
|
|
310 Drop code that returns immediately if the old frame
|
|
311 size is equal to the new.
|
|
312 Leave the minibuffer height the same if the frame has
|
|
313 been initialized, and the minibuffer height is tall
|
|
314 enough to display at least one line of text in the default
|
|
315 font, and the old minibuffer height is a multiple of the
|
|
316 default font height. This should cause the minibuffer
|
|
317 height to be recomputed on font changes but not for
|
|
318 other frame size changes, which seems reasonable.
|
|
319
|
|
320 1997-05-26 Steven L Baur <steve@altair.xemacs.org>
|
|
321
|
|
322 * event-stream.c (Frecent_keys): Take optional parameter to
|
|
323 indicate how many keystrokes to return.
|
|
324 (Frecent_keys_ring_size): New function returns the maximum number
|
|
325 of events `recent-keys' can return.
|
|
326 (Fset_recent_keys_ring_size): New function. Modifies the above.
|
|
327
|
|
328 From Hrvoje Niksic <hniksic@srce.hr>
|
|
329
|
|
330 * event-stream.c: New variable recent_keys_ring_size replacing a
|
|
331 hard-coded macro.
|
|
332
|
|
333 1997-05-23 Steven L Baur <steve@altair.xemacs.org>
|
|
334 From Hrvoje Niksic <hniksic@srce.hr>
|
|
335
|
|
336 * sysdep.c: Correction of subprocess support when compiling
|
|
337 without ttys.
|
|
338
|
151
|
339 1997-05-21 Steven L Baur <steve@altair.xemacs.org>
|
|
340
|
|
341 * editfns.c (format-time-string): Update DOCstring. Make time
|
|
342 parameter optional.
|
|
343
|
|
344 Wed May 21 11:58:17 1997 Kyle Jones <kyle@crystal.wonderworks.com>
|
|
345
|
|
346 * src/insdel.c (signal_first_change):
|
|
347 record the current buffer for the unwind instead of the
|
|
348 buffer that's about to become the current buffer.
|
|
349
|
|
350 Tue May 20 23:23:39 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
351
|
|
352 * frame.c: Correct spelling typo in docstring.
|
|
353
|
|
354 Mon May 19 03:40:46 1997 Kyle Jones <kyle@crystal.WonderWorks.COM>
|
|
355
|
|
356 * src/redisplay.c: (window_line_number)
|
|
357 don't prefer buffer point value over window point
|
|
358 value unless window, frame, device and console are
|
|
359 all selected.
|
|
360
|
|
361 * src/redisplay.c: (redisplay_window)
|
|
362 don't prefer buffer point value over window point
|
|
363 value unless window, frame, device and console are
|
|
364 all selected.
|
|
365
|
|
366 * src/redisplay.c: (create_text_block)
|
|
367 don't prefer buffer point value over window point
|
|
368 value unless window, frame, device and console are
|
|
369 all selected.
|
|
370
|
|
371 Sun May 18 13:03:50 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
372
|
|
373 * Makefile.in.in (distclean): remove xemacs-version.h.
|
|
374
|
149
|
375 Sun May 11 13:38:46 1997 Kyle Jones <kyle@crystal.WonderWorks.COM>
|
|
376
|
|
377 * src/frame.c (change_frame_size_1):
|
|
378 return without doing anything if the frame has benn
|
|
379 initialized and the new frame size is same as the
|
|
380 current frame size.
|
|
381
|
|
382 Sat May 17 19:35:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
383
|
|
384 * device-tty.c (tty_asynch_device_change): Make
|
|
385 `no-redraw-on-reenter' work. Patch from Hrvoje Niksic.
|
|
386
|
|
387 Sat May 17 23:39:03 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
388
|
|
389 * frame-tty.c: Support multiple frames.
|
|
390
|
|
391 * redisplay.c (decode_mode_spec): New coding `%N'.
|
|
392
|
146
|
393 Sun May 11 23:36:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
394
|
|
395 * buffer.c: Rename Vdelete_auto_save_files to coding standards.
|
|
396
|
|
397 * frame.c: Rename Vallow_deletion_of_last_visible_frame to coding
|
|
398 standards.
|
|
399
|
142
|
400 Thu May 8 19:10:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
401
|
|
402 * frame.c: Change internal type of
|
|
403 `allow-deletion-of-last-visible-frame' to boolean.
|
|
404
|
|
405 * buffer.c: Change internal type of `delete-auto-save-files' to
|
|
406 boolean.
|
|
407
|
|
408 Sat May 3 15:28:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
409
|
|
410 * redisplay.c: `column-number-start-at-one' is a user customizable
|
|
411 variable.
|
|
412
|
|
413 * event-stream.c (vars_of_event_stream): `focus-follows-mouse' is
|
|
414 a user customizable variable.
|
|
415
|
|
416 * cmds.c (vars_of_cmds): `signal-error-on-buffer-boundary' is a
|
|
417 user customizable variable.
|
|
418
|
|
419 * lread.c (parse_integer): Fix incorrect upper bounds on loop.
|
|
420
|
140
|
421 Thu May 1 18:59:20 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
422
|
|
423 * glyphs-x.c (Fmake_subwindow): Update error message.
|
|
424
|
|
425 Wed Apr 30 18:07:18 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
426
|
|
427 * lread.c: New variable featurep.
|
|
428 (read1): Add processing for #- and #+.
|
|
429 (read_list_conser): Handle case where a feature test has removed a
|
|
430 portion of the input stream.
|
|
431 (vars_of_lread): New feature `xemacs'.
|
|
432
|
|
433 * fns.c (Ffeaturep): Remove function when using #-, #+ feature
|
|
434 reader syntax.
|
|
435
|
|
436 * Makefile.in.in (lisp): Put features.elc in the dump list.
|
|
437
|
|
438 Thu May 1 05:24:25 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
439
|
|
440 * buffer.c (Fmake_indirect_buffer): Don't pretend it's there.
|
|
441
|
138
|
442 Fri Apr 25 10:53:07 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
443
|
|
444 * glyphs-x.c: libpng already includes setjmp.h, so don't attempt
|
|
445 to include it twice.
|
|
446
|
|
447 Thu Apr 24 09:14:13 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
448
|
|
449 * balloon-x.c (vars_of_balloon_x): Don't override advertised and
|
|
450 supported balloon-help.
|
|
451
|
136
|
452 Tue Apr 22 11:54:02 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
453
|
|
454 * emacs.c (main_1): Add syms_of_balloon_x and guard with
|
|
455 HAVE_X_WINDOWS.
|
|
456 (main_1): Add vars_of_balloon_x and guard with HAVE_X_WINDOWS.
|
|
457
|
|
458 * process.c (get_process): This function can be passed a BUFFER as
|
|
459 a parameter.
|
|
460
|
|
461 Tue Apr 22 01:32:00 1997 Kyle Jones <kyle@crystal.WonderWorks.COM>
|
|
462
|
|
463 * src/menubar-x.c (pre_activate_hook):
|
|
464 set in_menu_callback around call to call to
|
|
465 menu_item_descriptor_to_widget_value.
|
|
466
|
|
467 * src/event-stream.c (Fnext_event):
|
|
468 signal error if in_menu_callback non-nil to avoid
|
|
469 reentering the menubar code and causing a crash later.
|
|
470
|
|
471 * src/cmdloop.c (command_loop_3):
|
|
472 signal error if in_menu_callback non-nil to avoid
|
|
473 inflooping calling Fnext_event, which will signal an
|
|
474 error if the situation is not caught earlier.
|
|
475
|
|
476 Tue Apr 22 08:22:22 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
477
|
|
478 * balloon-x.c, balloon_help.c, balloon_help.h: Modified to conform
|
|
479 to XEmacs coding standards.
|
|
480
|
134
|
481 Thu Apr 17 17:16:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
482
|
|
483 * balloon-x.c: New file from Douglas Keller.
|
|
484
|
|
485 * balloon_help.c: New file from Douglas Keller.
|
|
486
|
|
487 * balloon_help.h: New file from Douglas Keller.
|
|
488
|
126
|
489 Sun Apr 13 09:56:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
490
|
|
491 * emacs.c (shut_down_emacs): Advertise using send-pr as the
|
|
492 mechanism for submitting a bug report.
|
|
493
|
|
494 * Makefile.in.in: Handle pathological case of mis-autodetected
|
|
495 TOOLTALK.
|
|
496
|
|
497 Sun Apr 13 11:33:34 1997 David Moore <dmoore@ucsd.edu>
|
|
498
|
|
499 * regex.c (re_search_2): Prevent incorrect matching and infinite
|
|
500 loop with \\` and MULE.
|
|
501
|
124
|
502 Sat Apr 12 05:57:51 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
503
|
|
504 * Makefile.in.in (lisp): Dump cus-start.elc with XEmacs.
|
|
505
|
|
506 * event-Xt.c (x_to_emacs_keysym): Allow for dead keys. (Patch
|
|
507 from Joachim Schnitter).
|
|
508
|
|
509 * Makefile.in.in: Allow native sound for BSD/I.
|
|
510
|
|
511 * linuxplay.c: Rename global sndbuf to linuxplay_sndbuf.
|
|
512 Make sndbuf, mix_fd, audio_vol, audio_fd, audio_dev non-static to
|
|
513 avoid dump time lossage.
|
|
514 (sndcnv8U_2mono): Rename global sndbuf to linuxplay_sndbuf.
|
|
515 (sndcnv8S_2mono): Ditto.
|
|
516 (sndcnv2monounsigned): Ditto.
|
|
517 (sndcnv2unsigned): Ditto.
|
|
518 (sndcnvULaw_2mono): Ditto.
|
|
519 (sndcnv16_2monoLE): Ditto.
|
|
520 (sndcnv16_2monoBE): Ditto.
|
|
521 (sndcnv2byteLE): Ditto.
|
|
522 (sndcnv2byteBE): Ditto.
|
|
523 (sndcnv2monobyteLE): Ditto.
|
|
524 (sndcnv2monobyteBE): Ditto.
|
|
525 (linux_play_data_or_file): Ditto.
|
|
526 (linux_play_data_or_file): Ditto.
|
|
527 (linux_play_data_or_file): Ditto.
|
|
528
|
|
529 Sat Apr 12 01:59:14 1997 Kyle Jones <kyle_jones@WonderWorks.COM>
|
|
530
|
|
531 * glyphs-x.c, glyphs.c, glyphs.h: Added domain parameter to all
|
|
532 image *_instantiate functions so that the domsin is available to
|
|
533 specifier lookups in the various instantiator functions. Passed
|
|
534 domain argument to extract_xpm_color_names for the
|
|
535 Fspecifier_instance call.
|
|
536
|
|
537 Fri Apr 11 20:02:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
538
|
|
539 * glyphs-x.c (extract_xpm_color_names): Add checking to handle
|
|
540 case for when XEmacs is in initialization.
|
|
541
|
|
542 * events.c (Fevent_type): Remove handling for dead_event.
|
|
543 (Fevent_properties): Remove handling for dead_event.
|
|
544
|
|
545 Thu Apr 10 20:41:53 1997 David Moore <dmoore@ucsd.edu>
|
|
546
|
|
547 * ntproc.c (sys_spawnve): Clean up GC protection.
|
|
548
|
|
549 * fileio.c (Ffile_executable_p): Clean up GC protection.
|
|
550
|
122
|
551 Thu Apr 10 12:48:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
552
|
|
553 * glyphs.c: Undo duplicate declaration of display_table.
|
|
554
|
|
555 * glyphs.h: Back out name change of autodetect to
|
|
556 automatic_conversion.
|
|
557
|
|
558 * glyphs.c: Back out name change of autodetect to
|
|
559 automatic_conversion.
|
|
560
|
|
561 * glyphs-x.c (image_instantiator_format_create_glyphs_x): Back out
|
|
562 name change of autodetect to automatic_conversion.
|
|
563
|
|
564 * events.c (Fevent_properties): Do something sensible for
|
|
565 dead_event and empty_event.
|
|
566
|
|
567 * general.c: Restore autodetect symbol.
|
|
568
|
|
569 * emacsfns.h: Declare new symbol Qempty.
|
|
570
|
|
571 * general.c: Add symbol to identify empty events.
|
|
572
|
|
573 * events.c (Fevent_type): Don't abort() when presented with an
|
|
574 empty_event or a dead_event.
|
|
575
|
120
|
576 Mon Apr 7 18:12:26 1997 David Moore <dmoore@ucsd.edu>
|
|
577
|
|
578 * xmu.c: Renamed local `initialized' variable to `hex_initialized'
|
|
579 and don't assign to static, as some compilers crash.
|
|
580 (initHexTable): Use it.
|
|
581 (XmuReadBitmapData): Use it.
|
|
582
|
|
583 Sun Apr 6 18:03:47 1997 David Moore <dmoore@ucsd.edu>
|
|
584
|
|
585 * fileio.c (Fexpand_file_name): Clean up GC protection.
|
|
586
|
|
587 * dired.c (Fdirectory_files): Clean up GC protection.
|
|
588
|
|
589 * insdel.c (signal_after_change): Don't run after_change_functions
|
|
590 on special Vprin1_to_string_buffer.
|
|
591 (signal_before_change): Ditto for before_change_functions.
|
|
592
|
|
593 Fri Apr 4 14:41:17 1997 David Moore <dmoore@ucsd.edu>
|
|
594
|
|
595 * buffer.c (Fkill_buffer): Don't kill special
|
|
596 Vprin1_to_string_buffer.
|
|
597
|
|
598 Mon Apr 7 19:13:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
599
|
|
600 * Makefile.in.in (xemacs-version.h): Added to rename main_1 to
|
|
601 something reflecting the XEmacs version in use (for lusers
|
|
602 reporting crashes who forget to include the version number).
|
|
603
|
|
604 * toolbar.c (specifier_vars_of_toolbar): Strip HAVE_NEXTSTEP.
|
|
605
|
|
606 * sound.c: Strip HAVE_NEXTSTEP.
|
|
607
|
|
608 * redisplay.c (init_redisplay): Strip HAVE_NEXTSTEP.
|
|
609
|
|
610 * faces.c: Strip HAVE_NEXTSTEP.
|
|
611 (update_EmacsFrame): Ditto.
|
|
612
|
|
613 * events.c (event_equal): Strip HAVE_NEXTSTEP.
|
|
614 (event_hash): Ditto.
|
|
615 (format_event_object): Ditto.
|
|
616
|
|
617 * event-stream.c (init_event_stream): Strip HAVE_NEXTSTEP.
|
|
618
|
|
619 * emacs.c (main_1): Strip HAVE_NEXTSTEP.
|
|
620 Attempt hack to change name of main_1 to something reflecting the
|
|
621 current version for lusers who don't include version numbers with
|
|
622 stack backtraces.
|
|
623
|
|
624 * device.c: Strip HAVE_NEXTSTEP.
|
|
625
|
|
626 * console.c (Fconsole_type): Remove reference to unimplemented ns
|
|
627 windows type.
|
|
628
|
|
629 Sun Apr 6 08:08:33 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
630
|
|
631 * frame.h: Strip NeXTStep stuff.
|
|
632
|
|
633 * device.h: Strip NeXTStep stuff.
|
|
634
|
|
635 * console.h: More NeXTStep trimming.
|
|
636
|
|
637 * console-x.h: Strip Epoch stuff.
|
|
638
|
|
639 * symsinit.h (init_sunpro): Strip vms/Epoch stuff.
|
|
640
|
|
641 * events.h (union magic_data): Strip NeXTStep stuff.
|
|
642
|
|
643 * console.h: Strip NeXTStep stuff.
|
|
644
|
|
645 * config.h.in: Strip unimplemented NeXTStep/Epoch stuff out.
|
|
646
|
|
647 * Makefile.in.in: Remove unused NeXTStep support. It's all in the
|
|
648 cvs attic if someone wishes to revive it.
|
|
649 (epoch.o): Remove last vestiges of non-existent epoch support.
|
|
650
|
|
651 Sat Apr 5 17:16:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
652
|
|
653 * fns.c: Correct DOC string to not equate integers and
|
|
654 characters.
|
|
655
|
118
|
656 Thu Apr 3 08:01:50 1997 Steve Carney <carney@gvc.dec.com>
|
|
657
|
|
658 * s/decosf4.0-static.h: New file.
|
|
659
|
|
660 Tue Apr 1 12:22:32 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
661
|
|
662 * config.h.in: MAIL_USE_POP, KERBEROS, HESIOD -- new parameters to
|
|
663 deal with upgraded movemail.c.
|
|
664
|
|
665 Fri Mar 28 19:25:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
666
|
|
667 * inline.c: Restore this blasphemous file.
|
|
668
|
|
669 * Makefile.in.in (inline.o): Restore the bletcherous
|
|
670 inline.c.
|
|
671
|
116
|
672 Tue Mar 25 11:36:08 1997 David Moore <dmoore@ucsd.edu>
|
|
673
|
|
674 * fileio.c (barf_or_query_if_file_exists): GC fixes.
|
|
675 (Ffile_readable_p): ditto.
|
|
676 (Ffile_writable_p): ditto.
|
|
677 (Ffile_symlink_p): ditto.
|
|
678 (Ffile_accessible_directory_p): ditto.
|
|
679
|
|
680 * sound.c (Fplay_sound_file): Fix up gc problems with file
|
|
681 handlers.
|
|
682
|
|
683 * buffer.c (Fkill_buffer): Fix up buffer killing problems with
|
|
684 file handlers.
|
|
685
|
|
686 * sysdep.c (sys_subshell): Fix up gc problems with file handlers.
|
|
687
|
|
688 * callproc.c (Fcall_process_internal): Fix up gc problems with
|
|
689 file handlers.
|
|
690 Tue Mar 25 17:16:14 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
691
|
|
692 * ralloc.c (MHASH): Make 64bit Alpha happier.
|
|
693
|
|
694 Tue Mar 25 11:36:08 1997 David Moore <dmoore@ucsd.edu>
|
|
695
|
|
696 * fileio.c (auto_save_expand_name_error): New function.
|
|
697 (auto_save_expand_name): Ditto.
|
|
698 (Fdo_auto_save): Protect against an error in Fexpand_file_name
|
|
699 from kicking us inappropriately out of auto-save.
|
|
700
|
|
701 Mon Mar 24 21:50:13 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
702
|
|
703 * s/linux.h (GETPGRP_NEEDS_ARG): Define if compiling with glibc
|
|
704 2.1 (suggested by Andreas Jaeger).
|
|
705
|
|
706 Mon Mar 24 12:40:56 1997 David Moore <dmoore@ucsd.edu>
|
|
707
|
|
708 * profile.c: Fixed some comments about GC status of functions.
|
|
709
|
|
710 * profile.c (inside_profiling): New variable to lock the
|
|
711 profiling table.
|
|
712 (sigprof_handler): Check it.
|
|
713 (Fget_profiling_info): Set it.
|
|
714 (mark_profiling_info): Set it.
|
|
715 (Fclear_profiling_info): Set it.
|
|
716
|
|
717 * eval.c (PUSH_BACKTRACE): New macro.
|
|
718 (POP_BACKTRACE): Ditto.
|
|
719
|
|
720 * eval.c (Fcommand_execute): Use them and fix problem with
|
|
721 backtrace_list build ordering requirements for profiling code.
|
|
722 (Feval): Ditto.
|
|
723 (funcall_recording_as): Ditto.
|
|
724
|
114
|
725 Fri Mar 21 20:19:09 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
726
|
|
727 * Makefile.in.in: strip inline.o.
|
|
728
|
|
729 Fri Mar 21 18:54:04 1997 David Moore <dmoore@ucsd.edu>
|
|
730
|
|
731 * fileio.c (call2_check_string_or_nil): New function.
|
|
732 (Ffile_name_directory): Use it.
|
|
733 (Fsubstitute_in_file_name): Use it.
|
|
734
|
|
735 * fileio.c (Fexpand_file_name): GC protect against file handlers.
|
|
736 (Fdelete_file): ditto
|
|
737 (Ffile_writable_p): ditto
|
|
738 (Ffile_directory_p): ditto
|
|
739 (Ffile_regular_p): ditto
|
|
740 (Fset_file_modes): ditto
|
|
741 (Ffile_newer_than_file_p): ditto
|
|
742 (Fset_visited_file_modtime): ditto
|
|
743
|
|
744 *fileio.c (Ffile_truename): Unneccessary GC protection.
|
|
745 (Fdelete_directory): Fix broken caller-must-GC-protect call.
|
|
746
|
|
747 * filelock.c (lock_file): New comments warning that this function
|
|
748 may kill the current buffer.
|
|
749 (unlock_file): ditto
|
|
750 (Flock_buffer): ditto
|
|
751 (Funlock_buffer): ditto
|
|
752 (unlock_buffer): ditto
|
|
753
|
|
754 * filelock.c (unlock_all_files): GC protect against unlock_file
|
|
755 killing random buffers.
|
|
756
|
|
757 * buffer.c (Fkill_buffer): GC protect against unlock_file killing
|
|
758 the buffer.
|
|
759
|
|
760 * insdel.c (prepare_to_modify_buffer): GC protect against
|
|
761 lock_file() killing the buffer.
|
|
762
|
|
763 Fri Mar 21 19:11:15 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
764
|
|
765 * mule-coding.c (vars_of_mule_coding): Add
|
|
766 enable-multibyte-characters for MULE compatibility.
|
|
767
|
|
768 Thu Mar 20 13:25:26 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
769
|
|
770 * glyphs-x.c: Implement a dummy function to insert a fake EOI
|
|
771 marker if called. Based on code from William Perry.
|
|
772
|
|
773 Wed Mar 19 10:49:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
774
|
|
775 * menubar-x.c (pre_activate_callback): Attempt to avoid recursive
|
|
776 expansion of submenus via :filter expansion.
|
|
777
|
|
778 * glyphs-x.c (x_print_image_instance): Move define of
|
|
779 HAVE_SUBWINDOWS to glyphs-x.h.
|
|
780 (our_skip_input_data): Implement with some error checking based on
|
|
781 patch by Dominic Froud.
|
|
782
|
|
783 * glyphs-x.h (HAVE_SUBWINDOWS): Define to keep inline.c from
|
|
784 barfing.
|
|
785
|
|
786 Tue Mar 18 11:15:23 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
787
|
|
788 * glyphs-x.c: Strip unimplemented subwindows code.
|
|
789
|
112
|
790 Mon Mar 17 15:40:12 1997 David Moore <dmoore@ucsd.edu>
|
|
791
|
|
792 * glyphs-x.c (our_own_dgif_slurp_from_gif2x11_c): Only get the
|
|
793 first image out of a multi-image or animated gif.
|
|
794
|
|
795 Mon Mar 17 15:27:26 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
796
|
|
797 * Makefile.in.in (xemacs): Invert sense of test for successful
|
|
798 completion of XEmacs dump.
|
|
799
|
110
|
800 Sat Mar 15 14:21:39 1997 David Moore <dmoore@ucsd.edu>
|
|
801
|
|
802 * fileio.c (Fdo_auto_save): Protect against file handlers which
|
|
803 may kill the buffer being saved or otherwise modify Vbuffer_alist.
|
|
804
|
|
805 Sat Mar 15 15:32:51 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
806
|
|
807 * Makefile.in.in (lisp): Add auto-customize.elc.
|
|
808
|
|
809 Fri Mar 14 19:10:37 1997 David Moore <dmoore@ucsd.edu>
|
|
810
|
|
811 * extents.c (extent_changed_for_redisplay): New parameter.
|
|
812 (extent_changed_for_redisplay): Notify redisplay if invisible text
|
|
813 has become visible.
|
|
814 (extent_maybe_changed_for_redisplay): New parameter.
|
|
815 (extent_attach): Use it.
|
|
816 (extent_detach): Use it.
|
|
817 (Fset_extent_parent): Use it.
|
|
818 (set_extent_invisible): Use visibility change parameter.
|
|
819 (Fset_extent_face): Ditto.
|
|
820 (Fset_extent_mouse_face): Ditto.
|
|
821 (set_extent_glyph): Ditto.
|
|
822 (do_highlight): Ditto.
|
|
823
|
|
824 Thu Mar 13 10:40:37 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
825
|
|
826 * s/sunos4-1-4-shr.h: New file.
|
|
827
|
|
828 * s/sunos4-1-4.h: New file.
|
|
829
|
|
830 * s/sunos4-1.h (BROKEN_SIGIO): Define.
|
|
831
|
|
832 Wed Mar 12 14:29:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
833
|
|
834 * emacs.c (fatal_error_signal): (mostly) useless check on
|
|
835 /usr/proc/bin/pstack removed.
|
|
836
|
|
837 * s/bsdos3.h: New file for BSDI 3.0.
|
|
838
|
|
839 * editfns.c (Fchar_equal): Correct DOC string.
|
|
840 (Fchar_Equal): (char=) CL Case sensitve comparison added.
|
|
841
|
|
842 * data.c (Fcharacterp): Make DOC string less confrontational.
|
|
843
|
|
844 Mon Mar 10 23:51:04 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
845
|
|
846 * input-method-motif.c (XIM_init_frame): Fix XIM crash on some
|
|
847 versions of X11R6 XIM.
|
|
848
|
|
849 Sun Mar 9 21:46:53 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
850
|
|
851 * minibuf.c (regexp_ignore_completion_p): Reverse meaning of
|
|
852 completion-regexp-list.
|
|
853
|
108
|
854 Thu Mar 6 19:15:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
855
|
|
856 * data.c (eq_with_ebola_notice): Unobfuscate Ebola warning!!!
|
|
857 message.
|
|
858
|
|
859 Wed Mar 5 16:11:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
860
|
|
861 * process.c (get_internet_address): Put upper bounds on attempting
|
|
862 to get system name (similar to nearly identical processing in
|
|
863 sysdep.c.
|
|
864
|
|
865 Tue Mar 4 17:30:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
866
|
|
867 * puresize.h (PURESIZE): *Must* use angle brackets for
|
|
868 puresize_adjust.h or build will lose with --srcdir.
|
|
869
|
|
870 * alloc.c (report_pure_usage): Adjust error message printed when
|
|
871 too low on PURESIZE.
|
|
872
|
|
873 * Makefile.in.in: Move site-packages.
|
|
874 Add vpath correction for puresize_adjust.h.
|
|
875
|
106
|
876 Mon Mar 3 20:37:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
877
|
|
878 * Makefile.in.in (lisp): Remove custom-xmas.elc.
|
|
879
|
104
|
880 Sat Mar 1 01:20:39 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
881
|
|
882 * doc.c (weird_doc): Don't print `duplicate' messages as they are
|
|
883 almost always due to symbols that are both autoloaded and dumped.
|
|
884
|
|
885 * data.c (syms_of_data): char-int and int-char -> char-to-int and
|
|
886 int-to-char.
|
|
887
|
|
888 Thu Feb 27 21:48:32 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
889
|
|
890 * Makefile.in.in (xemacs): Loop when dumping until SATISFIED.
|
|
891
|
|
892 * lstream.c (signal_simple_internal_error): Remove the abort().
|
|
893
|
|
894 * alloc.c (Fpurecopy): Make it work for byte compiled functions.
|
|
895 (Fgarbage_collect): Disable garbage collection if we're dumping
|
|
896 XEmacs and we've overflowed purespace.
|
|
897
|
|
898 Thu Feb 27 14:14:53 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
899
|
|
900 * event-Xt.c (change_frame_visibility): New function.
|
|
901 (handle_map_event): Use it.
|
|
902 (emacs_Xt_handle_magic_event): Correction of handling of
|
|
903 VisibilityNotify.
|
|
904
|
|
905 Thu Feb 27 14:12:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
906
|
|
907 * frame-x.c (x_frame_visible_p): Reverse previous change.
|
|
908
|
|
909 Sun Mar 2 14:01:32 1997 David Moore <dmoore@ucsd.edu>
|
|
910
|
|
911 * regex.c (re_search_2): Properly handle crossing the buffer gap
|
|
912 when doing a backwards search under MULE.
|
|
913
|
102
|
914 Wed Feb 26 10:24:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
915
|
|
916 * Makefile.in.in: make-docfile takes a "-i" parameter to pass
|
|
917 site-loaded lisp files.
|
|
918
|
|
919 * alloc.c (report_pure_usage): Adjust restart message.
|
|
920
|
|
921 Tue Feb 25 10:58:12 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
922
|
|
923 * Makefile.in.in: Add PURESIZE.h to special treatment in vpath.
|
|
924
|
|
925 * alloc.c (PURESIZE_h): New function.
|
|
926 (report_pure_usage): Use it. If PURESIZE is not the right amount,
|
|
927 use the correct value.
|
|
928
|
|
929 * puresize.h: Use dynamic computation of PURESIZE.
|
|
930
|
|
931 * PURESIZE.h: New file.
|
|
932
|
|
933 * fns.c (Frandom): Fix docstring.
|
|
934
|
|
935 Mon Feb 24 17:35:05 1997 Jonathan Edwards <edwards@intranet.com>
|
|
936
|
|
937 * process.c (record_exited_processes): Fix obvious typo in
|
|
938 checking for SIGCLD.
|
|
939
|
|
940 Sun Feb 23 01:45:49 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
941
|
|
942 * scrollbar.c (update_scrollbar_instance): Fix for
|
|
943 all-hail-xemacs scrollbar drag bug.
|
|
944
|
|
945 * scrollbar.c (Fscrollbar_to_bottom): Now calls Frecenter(-3)
|
|
946 as end-of-buffer does, instead of hostile Frecenter(0). Makes
|
|
947 C-button-1 on down-arrow friendlier.
|
|
948
|
100
|
949 Sun Feb 23 16:56:17 1997 David Hobley <david@spook-le0.cia.com.au>
|
|
950 Initial MS Windows NT support.
|
|
951 * unexnt.c: New file.
|
|
952
|
|
953 * ntproc.c: New file.
|
|
954
|
|
955 * ntheap.h: New file.
|
|
956
|
|
957 * ntheap.c: New file.
|
|
958
|
|
959 * nt.h: New file.
|
|
960
|
|
961 * nt.c: New file.
|
|
962
|
|
963 Sun Feb 23 15:56:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
964
|
|
965 * floatfns.c (_GNU_SOURCE): Define if compiling with glibc 2.
|
|
966
|
|
967 * gmalloc.c: Guard __getpagesize definition against glibc 2.
|
|
968
|
|
969 Sat Feb 22 17:12:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
970
|
|
971 * Makefile.in.in (lisp): Snarf docstrings from new file
|
|
972 itimer-autosave.elc.
|
|
973
|
|
974 Fri Feb 21 18:21:32 1997 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
975
|
|
976 * event-Xt.c (emacs_Xt_handle_magic_event): Correction for frame
|
|
977 freezing bug.
|
|
978
|
|
979 Wed Feb 19 12:54:32 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
980
|
|
981 * buffer.c (Fbuffer_disable_undo): Default to current buffer.
|
|
982
|
|
983 Tue Feb 18 12:37:28 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
984
|
|
985 * Makefile.in.in (lisp): Dump new file custom-xmas.elc.
|
|
986
|
|
987 Mon Feb 17 11:29:07 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
988
|
|
989 * print.c (Ferror_message_string): New function, ported from Emacs
|
|
990 19.34.
|
|
991 (print_error_message): Ditto.
|
|
992
|
|
993 * extents.c (verify_extent_mapper): Experimental deletion of code
|
|
994 to allow deletion of read-only extents.
|
|
995
|
|
996 * symbols.c (hash_string): Replace algorithm with one given in
|
|
997 Aho, Sethi & Ullman.
|
|
998
|
|
999 Sun Feb 16 14:53:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1000
|
|
1001 * keymap.c (lookup_keys): Wrong sense in test.
|
|
1002
|
|
1003 * Makefile.in.in: Dont dump font.elc.
|
|
1004
|
98
|
1005 Sat Feb 15 02:30:51 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1006
|
|
1007 * cmds.c: Define new symbol signal-error-on-buffer-boundary.
|
|
1008 (Fforward_char): Use it.
|
|
1009 (Fbackward_char): Use it.
|
|
1010
|
|
1011 * window.c (Fscroll_up): Use it.
|
|
1012 (Fscroll_down): Use it.
|
|
1013
|
|
1014 * keymap.c (syms_of_keymap): define mouse-[123] and
|
|
1015 down-mouse-[123] pseudo-keysym aliases for Emacs compatibility.
|
|
1016
|
|
1017 Thu Feb 13 21:28:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1018
|
|
1019 * Makefile.in.in: Don't dump tm with XEmacs under any
|
|
1020 circumstances.
|
|
1021
|
|
1022 * puresize.h: Remove extra SunPro puresize for MULE+tm.
|
|
1023
|
|
1024 Sun Feb 9 04:40:36 1997 Axel Seibert <aseibert@cybernet-ag.net>
|
|
1025
|
|
1026 * emacs.c (main_1): Fix NeXT malloc initialization.
|
|
1027
|
96
|
1028 Fri Feb 7 11:36:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1029
|
|
1030 * mule-coding.c (Fdecode_coding_region): Make explicit call to
|
|
1031 `barf_if_buffer_read_only'.
|
|
1032 (Fencode_coding_region): Ditto.
|
|
1033
|
|
1034 Thu Feb 6 22:39:39 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1035
|
|
1036 * extents.c (syms_of_extents): Remove references to replicating
|
|
1037 extents.
|
|
1038
|
|
1039 * extents.h (struct extent): Remove references to replicating
|
|
1040 extents.
|
|
1041
|
|
1042 Thu Feb 6 01:11:43 1997 Jareth Hein <jhod@po.iijnet.or.jp>
|
|
1043
|
|
1044 * mule-coding.c (ENCODE_SJIS): Correct typo.
|
|
1045
|
|
1046 Thu Feb 6 01:10:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1047
|
|
1048 * frame.c (delete_frame_internal): Protect against deletion of
|
|
1049 frames with living popup children.
|
|
1050
|
94
|
1051 Wed Feb 5 17:13:17 1997 David Moore <dmoore@UCSD.EDU>
|
|
1052
|
|
1053 * emacs.c (main_1): Try to avoid collisions against potentially
|
|
1054 incompatible system mallocs.
|
|
1055
|
|
1056 Mon Feb 3 23:04:41 1997 Joel Peterson <tarzan@aosi.com>
|
|
1057
|
|
1058 * redisplay.c: Activate face/charset redisplay caching.
|
|
1059
|
|
1060 Mon Feb 3 22:01:09 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1061
|
|
1062 * eval.c (do_debug_on_exit): Don't restore old value of
|
|
1063 debug_on_next_call improperly.
|
|
1064
|
88
|
1065 Fri Jan 31 10:28:47 1997 David Byers <davby@ida.liu.se>
|
|
1066
|
|
1067 * frame.c (frame_matches_frametype): Fix next-window when the next
|
|
1068 window is on another frame.
|
|
1069
|
|
1070 Thu Jan 30 20:25:00 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1071
|
|
1072 * syntax.c (scan_sexps_forward): Change test on targetdepth to
|
|
1073 match Emacs 19.34.
|
|
1074
|
|
1075 Wed Jan 29 22:11:53 1997 James LewisMoss <dres@scsn.net>
|
|
1076
|
|
1077 * gmalloc.c: Corrections for namespace collision with Linux libc
|
|
1078 malloc.
|
|
1079
|
86
|
1080 Mon Jan 27 21:46:53 1997 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
1081
|
|
1082 * fileio.c (Fwrite_region_internal): pack lockname to write-region
|
|
1083 handler.
|
|
1084
|
|
1085 Mon Jan 27 04:50:50 1997 David Moore <dmoore@UCSD.EDU>
|
|
1086
|
|
1087 * gmalloc.c (malloc): Guard against incompatible system mallocs
|
|
1088 with conflicting symbols.
|
|
1089
|
|
1090 Sun Jan 26 12:27:04 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1091
|
|
1092 * redisplay.c (add_emchar_rune): Back out optimization change of
|
|
1093 caching last_charset.
|
|
1094
|
|
1095 Sun Jan 26 09:10:45 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
1096
|
|
1097 * s/decosf4-0.h: Digital Unix 4.0 has a realpath, but it's buggy.
|
|
1098 And I *do* mean buggy.
|
|
1099
|
84
|
1100 Thu Jan 23 10:41:19 1997 Steven L. Baur <steve@altair.xemacs.org>
|
|
1101
|
|
1102 * puresize.h: Increase SUNPRO usage to reflect tm & cc-mode.
|
|
1103 Decrease BASE_PURESIZE and increase MULE_PURESIZE_EXTRA.
|
|
1104
|
82
|
1105 Wed Jan 22 21:09:52 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1106 * puresize.h (BASE_PURESIZE): Tighten up.
|
|
1107
|
|
1108 * scrollbar.c (scrollbar-page-up): Add Athena3d to Lucid/Motif
|
|
1109 code.
|
|
1110 (scrollbar-page-down): Ditto.
|
|
1111
|
|
1112 * scrollbar-x.c (x_create_scrollbar_instance): Add Athena3d to
|
|
1113 Lucid/Motif code.
|
|
1114 (x_update_vertical_scrollbar_callback): Ditto.
|
|
1115 (x_update_horizontal_scrollbar_callback): Add Athena3d to Lucid
|
|
1116 special case code.
|
|
1117
|
|
1118 * scrollbar-x.h (struct x_scrollbar_data): Add start drag position
|
|
1119 for Athena3d.
|
|
1120
|
|
1121 * redisplay-output.c (redisplay_update_line): A vain attempt to
|
|
1122 get the Athena vertical thumb adjusted after drag.
|
|
1123
|
|
1124 * EmacsFrame.c: Default to lower/right with Athena3d libraries.
|
|
1125
|
|
1126 Wed Jan 22 18:38:52 1997 Ian Wells <I.Wells@tarragon-et.co.uk>
|
|
1127
|
|
1128 * m/aviion.h: Remove definition of m88k.
|
|
1129
|
|
1130 * s/dgux5-4r4.h: New file.
|
|
1131
|
|
1132 Wed Jan 22 18:32:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1133
|
|
1134 * buffer.h: Put proper typecasts on calls to alloca().
|
|
1135
|
|
1136 Tue Jan 21 22:25:23 1997 Steven L. Baur <steve@altair.xemacs.org>
|
|
1137
|
|
1138 * config.h.in: Add LWLIB_USES_ATHENA symbol
|
|
1139
|
|
1140 * Makefile.in.in (TOOLKIT_LIBS): It is possible to have both
|
|
1141 Athena and Motif in the same link.
|
|
1142
|
|
1143 Tue Jan 21 20:43:41 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
1144
|
|
1145 * redisplay-tty.c (tty_ring_bell): Don't ring tty bell if the
|
|
1146 volume is set to 0.
|
|
1147
|
|
1148 Tue Jan 21 20:38:58 1997 Axel Seibert <aseibert@cybernet-ag.net>
|
|
1149
|
|
1150 * s/nextstep.h (signal_handler_t): define as int.
|
|
1151
|
|
1152 Mon Jan 20 21:12:57 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
1153
|
|
1154 * src/event-Xt.c (emacs_Xt_handle_magic_event):
|
|
1155 (frame-totally-visible-p) sometimes incorrectly returned nil.
|
|
1156
|
|
1157 Thu Jan 16 17:24:29 1997 Joel Peterson <tarzan@aosi.com>
|
|
1158
|
|
1159 * menubar-x.c (pre_activate_callback): Correctly handle buffer
|
|
1160 local variables in :included clauses.
|
|
1161 (compute_menubar_data): Ditto.
|
|
1162
|
|
1163 Wed Jan 15 21:44:53 1997 Joel Peterson <tarzan@aosi.com>
|
|
1164
|
|
1165 * redisplay.c (add_emchar_rune): Enable last_charset display
|
|
1166 optimization.
|
|
1167
|
|
1168 Wed Jan 15 19:06:27 1997 David Moore <dmoore@UCSD.EDU>
|
|
1169
|
|
1170 * event-stream.c (Faccept_process_output): Avoid checking an
|
|
1171 uninitialized variable.
|
|
1172
|
|
1173 Wed Jan 15 14:14:24 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1174
|
|
1175 * regex.c: Modify values of re_max_failures and MAX_FAILURE_ITEMS
|
|
1176 to match Emacs 19.34.
|
|
1177
|
|
1178 Mon Jan 13 00:36:01 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
1179
|
|
1180 * sysdep.c (sys_execvp): Fix when compiled with
|
|
1181 --const-is-losing=no. Old code could crash if argv contained
|
|
1182 non-ascii characters and the execvp failed and then caller
|
|
1183 examined argv (for error message, for example).
|
|
1184
|
|
1185 Sun Jan 12 17:22:24 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1186
|
|
1187 * Makefile.in.in: TM .elcs moved to SUNPRO_LISP only.
|
|
1188
|
80
|
1189 Fri Jan 10 20:21:47 1997 Ben Wing <ben@666.com>
|
|
1190
|
|
1191 * minibuf.c (Ftry_completion): Don't crash if not given a proper
|
|
1192 obarray.
|
|
1193
|
|
1194 Fri Jan 10 09:49:44 1997 Ted Phelps <phelps@dstc.edu.au>
|
|
1195
|
|
1196 * objects-x.c (x_initialize_font_instance): Hardcode 'n' for
|
|
1197 default font width.
|
|
1198
|
|
1199 Mon Jan 6 15:16:46 1997 Carsten Leonhardt <leo@arioch.tng.oche.de>
|
|
1200
|
|
1201 * Makefile.in.in: Linking with canna requires -lRKC.
|
|
1202
|
|
1203 Mon Jan 6 12:22:57 1997 Frederic Poncin <fp@info.ucl.ac.be>
|
|
1204
|
|
1205 * gmalloc.c: Don't declare __sbrk on SparcLinux.
|
|
1206
|
|
1207 Sun Jan 5 18:04:47 1997 Soren Dayton <csdayton@cs.uchicago.edu>
|
|
1208
|
|
1209 * Makefile.in.in: IRIX6 can use sgiplay.c too.
|
|
1210
|
78
|
1211 Sat Jan 4 12:15:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1212
|
|
1213 * toolbar.c (specifier_vars_of_toolbar): Clean up fallback
|
|
1214 specifiers so XEmacs can be built without tty support.
|
|
1215
|
|
1216 * console-stream.c: Moved function bodies of
|
|
1217 semi_canonicalize_console_connection,
|
|
1218 canonicalize_console_connection,
|
|
1219 semi_canonicalize_device_connection, and
|
|
1220 canonicalize_device_connection into this file from console-tty.c.
|
|
1221 Moved variable Vstdio_str into this file.
|
|
1222
|
|
1223 * console-tty.c: See above.
|
|
1224
|
|
1225 Fri Jan 3 18:07:11 1997 Axel Seibert <aseibert@cybernet-ag.net>
|
|
1226
|
|
1227 * m/next.h: Cleanup accumulated cruft.
|
|
1228
|
|
1229 * s/nextstep.h: Remove useless #undef REL_ALLOC/HAVE_MMAP.
|
|
1230
|
|
1231 * syssignal.h: Don't typedef SIGTYPE on NeXT.
|
|
1232
|
|
1233 Fri Jan 3 12:06:44 1997 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
1234
|
|
1235 * m/ibmrs6000.inp: Added various get.* symbols.
|
|
1236
|
|
1237 Sun Dec 29 20:16:08 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1238
|
|
1239 * m/next.h: Remove signal_handler_t #define.
|
|
1240
|
|
1241 * s/nextstep.h: Remove signal_handler_t #define.
|
|
1242
|
76
|
1243 Fri Dec 27 21:13:33 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
1244
|
|
1245 * event-Xt.c (x_to_emacs_keysym): Corrections to SUNOS_GCC_LO_BUG.
|
|
1246
|
|
1247 Mon Dec 23 11:37:16 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
1248
|
|
1249 * fns.c (Ffillarray): Fix for (fillarray #*10 0)
|
|
1250
|
|
1251 Mon Dec 23 10:27:14 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1252
|
|
1253 * bitmaps.h: Change to unsigned char.
|
|
1254
|
|
1255 * frame-x.c (x_cde_transfer_callback): Typecast fix.
|
|
1256
|
|
1257 * keymap.c (define_key_check_and_coerce_keysym): Typecast fix.
|
|
1258
|
74
|
1259 Fri Dec 20 19:21:56 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1260
|
|
1261 * Makefile.in.in (lisp): Remove cc-mode as a dumped package.
|
|
1262
|
|
1263 * keymap.c (define_key_check_and_coerce_keysym): Make obsolete
|
|
1264 binding of kp_.* not lose.
|
|
1265
|
|
1266 * bitmaps.h: Add left & right arrows to show extended lines.
|
|
1267
|
|
1268 Fri Dec 20 15:32:53 1996 David Moore <dmoore@UCSD.EDU>
|
|
1269
|
|
1270 * event-stream.c (event_stream_wakeup_pending_p): New function.
|
|
1271 (Faccept_process_output): Fix timeout handling race conditions.
|
|
1272 (Fsleep_for): Ditto.
|
|
1273 (Fsit_for): Ditto.
|
|
1274
|
|
1275 Thu Dec 19 22:25:26 1996 Steve Carney <carney@gvc.dec.com>
|
|
1276
|
|
1277 * cmds.c (Fbeginning_of_line): Adjust for 64 bit machines.
|
|
1278
|
|
1279 Thu Dec 19 00:44:10 1996 Bart Robinson <lomew@cs.utah.edu>
|
|
1280
|
|
1281 * syssignal.h: The declaration of SIGTYPE shouldn't be protected
|
|
1282 by HAVE_SIGPROCMASK.
|
|
1283
|
|
1284 Wed Dec 18 20:40:21 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
1285
|
|
1286 * dgif_lib.c: Miscellaneous cleanup, including removing signed
|
|
1287 bitfields.
|
|
1288
|
|
1289 * mule-charset.h: Change charset names.
|
|
1290
|
|
1291 * mule-coding.c (struct iso2022_decoder): Uniform unsigned bitfields.
|
|
1292 Change charset names.
|
|
1293
|
|
1294 * mule-charset.c: Change charset names.
|
|
1295
|
|
1296 * mule-canna.c: Change charset names.
|
|
1297
|
|
1298 * EmacsShell-sub.c: Ansify and reformat.
|
|
1299
|
|
1300 * console-tty.h (struct tty_console): Uniform unsigned bitfields.
|
|
1301
|
|
1302 * glyphs-x.c: Ansify.
|
|
1303
|
|
1304 * specifier.c: Use lisp_fn_t.
|
|
1305
|
|
1306 * EmacsShell.c: Ansify.
|
|
1307
|
|
1308 * vm-limit.c: Ansify.
|
|
1309
|
|
1310 * emacsfns.h: Use lisp_fn_t.
|
|
1311
|
|
1312 * lstream.c (struct filedesc_stream): Unsigned int bitfields.
|
|
1313
|
|
1314 * xselect.c (hack_motif_clipboard_selection): Change charset name.
|
|
1315 (Fx_store_cutbuffer_internal): Change charset name.
|
|
1316
|
|
1317 * ralloc.c: Ansify and clean up.
|
|
1318
|
|
1319 * frame.h (struct frame): Uniform unsigned bit fields.
|
|
1320
|
|
1321 * event-Xt.c: Documentation change.
|
|
1322
|
|
1323 * lisp.h: Introduce lisp_fn_t.
|
|
1324 Remove SunPro C compiler warning message workaround.
|
|
1325
|
|
1326 * xmu.c: Ansify.
|
|
1327
|
|
1328 * doprnt.c (struct printf_spec): Use unsigned bitfields.
|
|
1329
|
|
1330 * fileio.c: various code formatting changes.
|
|
1331
|
|
1332 * eval.c: reorganize primitive funcalls.
|
|
1333
|
|
1334 * config.h.in (NeedFunctionPrototypes): Force slightly better type
|
|
1335 checking in X header files.
|
|
1336
|
|
1337 * Makefile.in.in: #undef i386, move mime-setup.elc?.
|
|
1338
|
|
1339 * s/sunos4-0-shr.h: Documentation change.
|
|
1340
|
|
1341 * s/sol2.h (__EXTENSIONS__): Add.
|
|
1342 Include <setjmp.h> under certain conditions.
|
|
1343
|
|
1344 Mon Dec 16 19:13:10 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1345
|
|
1346 * lstream.c (Lstream_pseudo_close): Return status on error.
|
|
1347 (Lstream_close): Ditto. (Fixes disk full-no error on write bug).
|
|
1348
|
|
1349 Sat Dec 14 16:54:52 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1350
|
|
1351 * glyphs-x.c (jpeg_instantiate): Use file I/O for JPEG loading
|
|
1352 because the in-core code is broken.
|
|
1353
|
|
1354 Fri Dec 13 16:43:45 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1355
|
|
1356 * device-x.c (x_init_device): Don't make nonexistent X server the
|
|
1357 default when running on a tty.
|
|
1358
|
|
1359 * event-Xt.c (x_to_emacs_keysym): Rename kp_.* keysyms to be kp-\1.
|
|
1360
|
|
1361 * redisplay-tty.c (keys): Rename kp_.* keynames to kp-\1.
|
|
1362
|
|
1363 Fri Dec 13 14:48:42 1996 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
1364
|
|
1365 * lread.c (Fload_internal): Change arity of call to
|
|
1366 file-name-handlers.
|
|
1367
|
|
1368 * fileio.c (Finsert_file_contents_internal): Ditto.
|
|
1369
|
|
1370 Thu Dec 12 16:55:34 1996 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
|
|
1371
|
|
1372 * cmds.c (Fpoint_at_eol, Fpoint_at_bol): New functions.
|
|
1373 (Fend_of_line, Fbeginning_of_line): Use them.
|
|
1374
|
72
|
1375 Tue Dec 10 11:17:32 1996 Shane Holder <holder@mordor.rsn.hp.com>
|
|
1376
|
|
1377 * s/hpux9shxr4.h: hpux9shr.h -> hpux9-shr.h
|
|
1378
|
|
1379 * s/hpux10.h: hpux9shr.h -> hpux9-shr.h
|
|
1380
|
|
1381 Sat Dec 7 18:29:34 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1382
|
|
1383 * puresize.h (BASE_PURESIZE): Bumped up PURESIZE by 10k.
|
|
1384
|
|
1385 Sat Dec 7 16:26:34 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
1386
|
|
1387 * config.h.in: configure for POSIX getcwd if available.
|
|
1388
|
|
1389 Sat Dec 7 15:48:39 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1390
|
|
1391 * s/sunos4-1-shr.h: Renamed from sunos4-1shr.h.
|
|
1392
|
|
1393 * s/sunos4-1-3-shr.h: Renamed from sunos4-1-3shr.h.
|
|
1394
|
|
1395 * s/sunos4-1-2-shr.h: Renamed from sunos4-1-2-shr.h.
|
|
1396
|
|
1397 * s/sunos4-0-shr.h: Renamed from sunos4-0shr.h.
|
|
1398
|
|
1399 * s/hpux9-shr.h: Renamed from hpux9shr.h.
|
|
1400
|
|
1401 * s/hpux8-shr.h: Renamed from hpux8shr.h.
|
|
1402
|
|
1403 * s/hpux10-shr.h: Renamed from hpux10shr.h.
|
|
1404
|
|
1405 Wed Dec 4 23:38:03 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1406
|
|
1407 * redisplay.c: Allow column numbers in modeline to start from 1.
|
|
1408
|