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
Karl Heuer
3122bee9f9
(gomoku-human-plays): Change to C-c C-p.
...
(gomoku-human-takes-back): Change to C-c C-b.
(gomoku-human-resigns): Change to C-c C-r.
(gomoku-emacs-plays): Change to C-c C-e.
1995-05-02 23:52:13 +00:00
Karl Heuer
a7275e7f50
(gnus-uu-interactive-scan-directory): Change to C-c C-d.
...
(gnus-uu-interactive-save-current-file): Change to C-c C-z.
1995-05-02 23:48:07 +00:00
Karl Heuer
c98fe76ff2
(outline-rebullet-current-heading): Change to C-c *.
1995-05-02 23:26:58 +00:00
Karl Heuer
0f7a5fda79
(get_local_map): Use Fget_char_property, so that
...
overlay properties will be considered as well as text properties.
1995-05-02 23:06:11 +00:00
Richard M. Stallman
60f4dd23c3
(Fset_buffer_modified_p): Use the truename for locking.
1995-05-02 18:16:30 +00:00
Richard M. Stallman
f471f4c238
(Finsert_file_contents): Use file_truename for unlocking.
1995-05-02 18:15:54 +00:00
Richard M. Stallman
f173b6507b
(prepare_to_modify_buffer): Use file_truename for locking.
1995-05-02 18:13:47 +00:00
Richard M. Stallman
d0b490f571
(union fail_stack_elt): New union.
...
(fail_stack_elt_t): Use that union.
(PUSH_PATTERN_OP, PUSH_FAILURE_POINTER, PUSH_FAILURE_INT)
(POP_FAILURE_POINTER, POP_FAILURE_INT): Corresponding changes.
(re_compile_fastmap): Corresponding changes.
(PUSH_FAILURE_ELT): New macro.
(FAIL_STACK_TOP): Macro deleted.
(WIDE_INT): Macro deleted.
(PUSH_FAILURE_POINT): Use PUSH_FAILURE_ELT.
(POP_FAILURE_ELT): New macro.
(POP_FAILURE_POINT): Use POP_FAILURE_ELT.
1995-05-02 16:27:24 +00:00
Karl Heuer
c63f695277
(xmenu_show, menubar_selection_callback): Move declaration
...
of entry to an outer block, to guarantee its value is preserved.
1995-05-02 04:50:07 +00:00
Karl Heuer
83d6804403
(kbd_buffer_get_event): New arg USED_MOUSE_MENU.
...
[USE_X_TOOLKIT]: Set *USED_MOUSE_MENU if returning menu-bar symbols.
(read_char): Pass used_mouse_menu to kbd_buffer_get_event.
This variable is now meaningful for toolkit menus as well as
non-toolkit menus.
1995-05-02 04:41:26 +00:00