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