1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-16 11:52:55 -07:00
Commit graph

155589 commits

Author SHA1 Message Date
Richard M. Stallman
2af704068f Refer to file nt/install. 1995-05-06 23:08:47 +00:00
Richard M. Stallman
7286affd2a (wait_reading_process_input): Don't call prepare_menu_bars.
Clear waiting_for_input around calling redisplay_preserve_echo_area.
1995-05-06 23:07:51 +00:00
Richard M. Stallman
b580578b0c (gc_cons_threshold): Change back to int.
(min): New macro.
(inhibit_garbage_collection): Don't exceed value an int can hold.
1995-05-06 23:04:13 +00:00
Richard M. Stallman
65deefcace (gc_cons_threshold): Change back to int. 1995-05-06 23:03:00 +00:00
Richard M. Stallman
5be039b9df (i[345]86-*-bsdi2*): New configuration.
(vax-dec-bsd386*): Deleted.
1995-05-06 21:58:08 +00:00
Richard M. Stallman
e84a0ae982 (GETPGRP_NO_ARG): New definition. 1995-05-06 21:42:22 +00:00
David J. MacKenzie
f6e8adea01 Make sure CDPATH doesn't mess up PWD check.
Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
Use fmod instead of logb in -lm check.
1995-05-06 21:27:16 +00:00
Richard M. Stallman
c7f93f2840 (bcmp, bcopy): Fix backward BSTRING conditionals. 1995-05-06 20:15:46 +00:00
Richard M. Stallman
01fadb4d84 [! emacs]: #undef REL_ALLOC. 1995-05-06 20:14:52 +00:00
Richard M. Stallman
1090a16170 Delete all APOLLO conditionals.
(Fdump_emacs_data): Don't use & before my_edata.

(Fkill_emacs): Delete the Vauto_save_list_file_name file.
1995-05-06 20:13:31 +00:00
Richard M. Stallman
14510fee47 (prepare_menu_bars): Clear size-change flag before running
size-change functions.

(scroll_step, debug_end_pos, line_number_display_limit): Now static.
1995-05-06 08:00:08 +00:00
Richard M. Stallman
27a3a82960 (x-colors): Delete "medium forest green" in both forms. 1995-05-06 04:34:53 +00:00
Richard M. Stallman
ce1724a609 (x-colors): Delete "medium goldenrod" in both forms. 1995-05-06 04:30:06 +00:00
Richard M. Stallman
08fbb85640 (gnus-use-generic-from): Doc fix. 1995-05-06 04:23:22 +00:00
Richard M. Stallman
a594e0e121 (ispell-region): If position not visible, (sit-for 0). 1995-05-06 02:18:20 +00:00
Richard M. Stallman
a61155bcbd (lw_refigure_widget) [USE_MOTIF]: Fix backward if. 1995-05-06 01:54:19 +00:00
Richard M. Stallman
3595955ca6 All autoload cookies disabled. 1995-05-06 01:52:22 +00:00
Richard M. Stallman
869d4256c8 (gnus-group-mode): Set truncate-lines. 1995-05-06 01:45:50 +00:00
Richard M. Stallman
12c091cc0c (days_per_month): Move variable to top level. 1995-05-05 22:55:29 +00:00
Richard M. Stallman
d65666d51d (Fencode_time): Rename arg from min to minute.
(Fformat): Allow 30 characters in the printed version of integers and floats.
1995-05-05 22:54:04 +00:00
Richard M. Stallman
6696191053 (sendmail-send-it): Check continuation lines
when checking for empty subject lines.
1995-05-05 22:31:11 +00:00
Richard Kenner
85e508747c Add more NetBSD cases: atrai, sun3*, and mac68k. 1995-05-05 09:50:51 +00:00
Richard M. Stallman
977871735e [USE_X_TOOLKIT] (x_window): Always pass position in geometry.
Set XtNmappedWhenManaged to 0 for shell_widget.
(Fx_create_frame): Always call x_wm_set_size_hints.
1995-05-05 07:01:59 +00:00
Richard M. Stallman
a79ffd75a8 (HAVE_VFORK): Add #undef. 1995-05-05 05:11:46 +00:00
Richard M. Stallman
d7c35c87b6 (GETPGRP_NO_ARG): Defined. 1995-05-05 04:48:46 +00:00
Richard M. Stallman
382ac0bd08 (string_display_width): Renamed from string_width.
(vmotion): Use new name.
1995-05-05 03:04:06 +00:00
Richard M. Stallman
14f6194bdc (make_gap): Make this new error check also check exceeding VALBITS.
(insert_1): Delete old error test.
(min): New macro.
1995-05-05 03:02:02 +00:00
Richard M. Stallman
8f4f023fe0 (Vx_sent_selection_hooks, Vx_lost_selection_hooks, Vselection_alist)
(Vselection_converter_alist, x_selection_timeout): Make static.
1995-05-05 03:00:07 +00:00
Richard M. Stallman
e6c82a8d35 (Fnumber_to_string, Fstring_to_number):
Handle long EMACS_INT in sprintf and atol.

(store_symval_forwarding): Error if value out of range for an integer variable.
(Fstring_to_number): Avoid using make_number to return value.  Maybe use atol.
1995-05-05 02:59:15 +00:00
Richard M. Stallman
f9fa352f10 (doprnt): Handle long EMACS_INT in sprintf. 1995-05-05 02:56:50 +00:00
Richard M. Stallman
faca07fb62 (read1): Handle long EMACS_INT in atol. 1995-05-05 02:56:20 +00:00
Richard M. Stallman
5d5b907f9a (Fexecute_extended_command): Handle long EMACS_INT in sprintf. 1995-05-05 02:55:21 +00:00
Richard M. Stallman
b818092206 (print): Make the printing understand EMACS_INTs
that are longs as well as ints.
1995-05-05 02:23:56 +00:00
Richard M. Stallman
d978068262 (bcopy, bzero, bcmp): Don't let string.h prototype these. 1995-05-05 02:21:21 +00:00
Richard M. Stallman
3162bafa9e (list_processes_1): Cast XFASTINT for passing to sprintf. 1995-05-05 02:16:54 +00:00
Richard M. Stallman
f49deb4fff Don't try to define backquote.
(trace-version): Deleted.
1995-05-05 01:30:32 +00:00
Karl Heuer
bbbe9545dd (Qbefore_string, Qafter_string): New vars.
(syms_of_buffer): Initialize and staticpro them.
(cmp_for_strings, overlay_strings): New functions.
1995-05-05 00:34:00 +00:00
Richard M. Stallman
635389e41c [!__GNUC__] (LINKER): Defined. 1995-05-04 22:36:05 +00:00
Richard M. Stallman
94056516e2 (make_gap): Don't allow buffer size that won't fit in int. 1995-05-04 22:16:18 +00:00
Richard M. Stallman
34b4ece5fe Include config.h.
(NO_SHORTNAMES): New definition.
(xmalloc): Return long *.
1995-05-04 21:57:30 +00:00
Richard M. Stallman
633796fee3 (${etc}DOC): Put SOME_MACHINE_OBJECTS before obj. 1995-05-04 21:55:08 +00:00
Richard M. Stallman
5260234d43 (arith_driver): Make accum and next EMACS_INTs.
(Fmod): i1 and i2 are EMACS_INT.
1995-05-04 21:37:43 +00:00
Richard M. Stallman
1df90f8fe8 ('\`): Use backslash for reading the backquote.
(backquote-backquote-symbol): Likewise.
(backquote): Doc fix.
1995-05-04 20:44:55 +00:00
Richard M. Stallman
b7cffe17fa (ALL_CFLAGS): Add -I../src. 1995-05-04 20:01:13 +00:00
Karl Heuer
fe2bf2c299 Fix spelling of author's name. 1995-05-04 18:54:55 +00:00
Richard M. Stallman
5abe89938f Initial revision 1995-05-04 17:24:40 +00:00
Richard M. Stallman
176348460d (read1): New arg FIRST_IN_LIST; all callers changed.
Special handling for backquote and comma.
(Qbackquote, Qcomma, Qcomma_at, Qcomma_dot): New variables.
(syms_of_lread): Initialize and staticpro them.
(Fread, Fread_from_string): Initialize new_backquote_flag.
1995-05-04 17:13:20 +00:00
Richard M. Stallman
ec0faad266 (parse_modifiers, apply_modifiers): Don't assume 32-bit EMACS_INT.
(parse_modifiers): modifiers is an int, not an EMACS_INT.
(read_key_sequence): Pass modifiers as int, not EMACS_INT.
1995-05-04 16:27:01 +00:00
Richard M. Stallman
5a10939a7d (Fdelete_overlay): Was mistakenly called Fdelete_overlays. 1995-05-04 16:20:15 +00:00
Richard M. Stallman
c144d27ad0 (gc_cons_threshold): Make this an EMACS_INT. 1995-05-04 16:19:40 +00:00