1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-26 09:51:31 -08:00
Commit graph

13173 commits

Author SHA1 Message Date
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
Richard M. Stallman
26b926e143 (gc_cons_threshold): Make this an EMACS_INT.
(gc_sweep): Make already_free an EMACS_INT.

(inhibit_garbage_collection): Use XSETINT, and do arithmetic in type EMACS_INT.
1995-05-04 16:19:08 +00:00
Richard M. Stallman
9fa17f9304 (search_buffer): Cast p_limit to EMACS_INT not int. 1995-05-04 16:17:44 +00:00
Richard M. Stallman
2132af723a (GETPGRP_NO_ARG): Define. 1995-05-04 16:17:23 +00:00
Richard M. Stallman
c7d713150e [__osf__]: Include string.h and stdlib.h.
[__osf__] (xmalloc): Declared.
1995-05-04 16:15:43 +00:00
Richard M. Stallman
2583d6d741 (xmalloc): Declare it to return long *. 1995-05-04 06:46:51 +00:00
Richard M. Stallman
0404b62c85 (xmalloc, xrealloc): Declare them long *. 1995-05-04 06:46:37 +00:00
Richard M. Stallman
03cdafdfe5 (C_entries): Cast result of xrealloc.
(xmalloc, xrealloc): Declare them to return long *.
1995-05-04 06:46:14 +00:00
Richard M. Stallman
921e69c309 (HAVE_FMOD): Defined. 1995-05-04 06:28:15 +00:00
Richard M. Stallman
54593ed979 (reorder_modifiers): Cast apply_modifiers arg to int. 1995-05-04 03:49:31 +00:00
Richard M. Stallman
c313fc48a9 (reorder_modifiers): Use XINT. 1995-05-04 03:47:32 +00:00
Richard M. Stallman
acd04c87a9 (m68*-apollo-*): Renamed from m68*-apollo*.
Use bsd4-3.  Don't set NON_GNU_CPP.
1995-05-03 21:38:13 +00:00
Richard M. Stallman
9b46258444 (CANNOT_DUMP, VIRT_ADDR_VARIES, LIBS_TERMCAP)
(NO_X_DESTROY_DATABASE): Macros deleted.
(BSTRING): #undef deleted.
(SYSTEM_TYPES): Redefinition deleted.
(UNEXEC): New definition.
(LD_SWITCH_SYSTEM): Define as empty.
(C_SWITCH_MACHINE, LD_SWITCH_MACHINE): New definitions.
(OLDXMENU_OPTIONS): New definition.
1995-05-03 21:28:14 +00:00
Richard M. Stallman
125feee8d6 (directory_file_name): Add APOLLO conditional.
(Fcopy_file, Fset_file_modes): Delete APOLLO conditionals.
1995-05-03 20:27:05 +00:00
Richard M. Stallman
774271716c Don't copy in src/s/*.inp. Don't copy nt/src.
In nt. copy various different things, but not *.cmd.
Fix the ln commands for the subdirs of nt.
1995-05-03 19:44:00 +00:00
Richard M. Stallman
9589417cd4 Doc auto-save-list-file-name. 1995-05-03 15:44:24 +00:00
Karl Heuer
38cee3ab4d (scribe-chapter): Change to C-c C-c.
(scribe-section): Change to C-c C-t.
(scribe-subsection): Change to C-c C-s.
(scribe-insert-environment): Change to C-c C-v.
(scribe-bracket-region-be): Change to C-c C-e.
(scribe-italicize-word): Change to C-c C-i.
(scribe-bold-word): Change to C-c C-b.
(scribe-underline-word): Change to C-c C-u.
1995-05-03 00:09:43 +00:00