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