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