Richard M. Stallman
adabc3a9af
(x_connection_closed): Call XtCloseDisplay.
1996-09-13 17:03:29 +00:00
Richard M. Stallman
92a2515a65
(struct Lisp_Symbol): New field `obarray'.
1996-09-13 16:51:51 +00:00
Richard M. Stallman
a1faca2631
(lock_superlock): Delete superlock file if it stayed
...
locked for 20 seconds.
1996-09-12 17:29:17 +00:00
Karl Heuer
7fe522899f
Change all references from point to PT.
1996-09-11 21:59:57 +00:00
Richard M. Stallman
5434fce64e
(Fexecute_extended_command): Delete junk lines.
...
Print the key bindings after the command, temporarily;
then bring back the previous message.
1996-09-11 19:24:19 +00:00
Richard M. Stallman
aeb3e6326a
(Fload): Move ... to ends of messages.
1996-09-11 19:23:28 +00:00
Richard M. Stallman
c73d87f7b4
(BASE_PURESIZE): Increased.
1996-09-11 19:04:17 +00:00
Richard M. Stallman
869beffb8a
(LIBX11_SYSTEM): Don't use ..._s libraries.
1996-09-11 07:27:18 +00:00
Richard M. Stallman
e4f792588d
(x_set_frame_parameters): Make height and width ints.
...
(Ffocus_frame, Funfocus_frame): Functions deleted.
(x_get_and_record_arg): New function.
(x_icon): Use that, for Qicon_top and Qicon_left.
(x_report_frame_params): Report the Qparent_id parameter.
1996-09-10 20:00:25 +00:00
Richard M. Stallman
1f8653eb22
(Faccess_file): New function.
...
(Qaccess_file): New variable.
(syms_of_fileio): defsubr function; init and staticpro Qaccess_file.
1996-09-10 19:54:02 +00:00
Richard M. Stallman
cbf8a87391
[HAVE_TERMIOS_H]: Include termios.h.
...
(ospeed) [HAVE_TERMIOS_H]: Use ospeed_t.
1996-09-10 19:53:02 +00:00
Richard M. Stallman
6022d4938e
(signal_before_change): Fix previous change.
1996-09-10 19:52:09 +00:00
Richard M. Stallman
45b248b417
(search_buffer): Use EMACS_UINT.
1996-09-10 19:50:56 +00:00
Richard M. Stallman
4e98d4faa2
(getloadavg): Add new code for SUNOS_5 to use -lkstat.
1996-09-10 19:50:17 +00:00
Richard M. Stallman
fe42a9200c
(arith_error) [POSIX_SIGNALS]: Don't reestablish handler.
1996-09-10 19:49:35 +00:00
Richard M. Stallman
f0724bcbff
(syms_of_buffer): Doc fixes.
1996-09-09 22:36:48 +00:00
Erik Naggum
4ad679f96d
Add #n=object, #n#, and #:symbol constructs to reader.
...
(readevalloop, read, Fread_from_string): Empty list of read objects before
read0 call.
(read1): New variable `uninterned_symbol', which controls how to make
symbols. Support #:, #n=object and #n#.
(make_symbol): New function, used in read1 to make uninterned symbols
(Fintern): Set `obarray' field of interned symbols.
(init_obarray): Explicit set `obarray' field of symbol `nil'.
(syms_of_lread): staticpro read_objects, the list of read objects.
1996-09-09 02:30:05 +00:00
Erik Naggum
081e0581b6
Add #n=object, #n#, and #:symbol constructs to printer.
...
(PRINTDECLARE): New macro to declare required variables.
(PRINTPREPARE, PRINTFINISH): Set printed_genyms to nil.
(Fwrite_char, write_string, write_string_1, Fterpri, Fprin1,
Fprin1_to_string, Fprinc, Fprint): Use new macro PRINTDECLARE.
(print): Print uninterned symbols readable.
(syms_of_print): Defvar `print-gensym', staticpro printed_gensyms.
1996-09-08 23:19:05 +00:00
Karl Heuer
93b62e8278
(Finsert_buffer_substring): Check for deleted buffer.
...
(Fcompare_buffer_substrings): Likewise.
1996-09-05 20:33:58 +00:00
Richard M. Stallman
1747fb168a
Add many declarations.
...
(BITS_PER_EMACS_INT): New macro.
(XMARKBIT): Test BITS_PER_EMACS_INT to conditionalize fast definition.
1996-09-04 18:54:36 +00:00
Richard M. Stallman
13abef241f
(BITS_PER_EMACS_INT): New definition.
1996-09-04 18:53:32 +00:00
Richard M. Stallman
6475702562
(LIBS_SYSTEM): Use -lkstat instead of -lelf -lkvm
1996-09-04 17:29:23 +00:00
Richard M. Stallman
99c1aeca5e
(create_process): Test HAVE_SETPGID for using setpgid.
1996-09-04 16:27:55 +00:00
Richard M. Stallman
d9c1c409d6
(HAVE_SETPGID): Add #undef.
1996-09-04 16:23:50 +00:00
Richard M. Stallman
44bff95343
(syms_of_keymap): staticpro current_global_map;
1996-09-04 16:09:43 +00:00
Richard M. Stallman
4a9f44cd82
(get_local_map): Call indirect-function.
1996-09-04 15:40:46 +00:00
Richard M. Stallman
265b269528
unexelf1.c merged into this file.
1996-09-04 15:15:42 +00:00
Richard M. Stallman
1a9bd6bd8e
(UNEXEC): Use unexelf.c.
1996-09-04 15:15:30 +00:00
Richard M. Stallman
d676eef30d
Include config.h.
...
[HAVE_TERMIOS_H]: Include termios.h.
(ospeed) [HAVE_TERMIOS_H]: Use ospeed_t.
1996-09-04 15:12:18 +00:00
Richard M. Stallman
f2361c606c
[HAVE_TERMIOS_H]: Include termios.h.
...
(ospeed) [HAVE_TERMIOS_H]: Use ospeed_t.
1996-09-04 15:10:42 +00:00
Richard M. Stallman
3c0ee47b71
(create_process_1, sigchld_handler) [POSIX_SIGNALS]:
...
Don't reestablish handler.
1996-09-04 15:07:07 +00:00
Richard M. Stallman
5970a8cba8
(input_available_signal) [POSIX_SIGNALS]:
...
Don't reestablish handler.
(interrupt_signal) [POSIX_SIGNALS]: Likewise.
1996-09-04 15:02:52 +00:00
Richard M. Stallman
a87f7e83f7
(HAVE_TERMIOS_H): Add #undef.
1996-09-04 14:57:40 +00:00
Richard M. Stallman
2e267a2e77
(Fmacroexpand): Don't declare `form' as register.
1996-09-04 05:42:28 +00:00
Richard M. Stallman
1d512c6de7
(Fredirect_frame_focus): Don't call Ffocus_frame.
1996-09-04 05:41:48 +00:00
Richard M. Stallman
fde7aff8e2
(Fexecute_extended_command): Fix previous change.
1996-09-04 05:39:41 +00:00
Richard M. Stallman
46d8a55bd1
(copy_intervals_to_string): Take arg as buffer.
1996-09-04 04:33:40 +00:00
Richard M. Stallman
b516a185f9
(Fcommand_execute): gcpro cmd and prefixarg while calling do_autoload.
1996-09-04 04:31:10 +00:00
Richard M. Stallman
ca20916b66
(Fmacroexpand): gcpro form while calling do_autoload.
...
(do_autoload): gcpro fun, funname, fundef.
1996-09-04 04:30:26 +00:00
Richard M. Stallman
214360e91f
(Fexecute_extended_command): gcpro prefixarg.
1996-09-04 03:58:15 +00:00
Richard M. Stallman
b839712d77
(x_set_frame_parameters): Make height and width ints.
1996-09-04 03:55:07 +00:00
Richard M. Stallman
1847b19b41
(map_char_table): Declare depth as int.
1996-09-04 03:42:09 +00:00
Richard M. Stallman
2ef60670b3
(note_mouse_highlight): Pass POS argument to fast_find_position as int.
1996-09-04 03:38:40 +00:00
Richard M. Stallman
85c66a3ec9
(set_properties, add_properties, remove_properties):
...
Call modify_region with ints.
1996-09-04 03:35:53 +00:00
Richard M. Stallman
fb4ee5cdb1
(prepare_to_modify_buffer): Take integer arguments.
...
(signal_before_change): Take integer arguments.
1996-09-04 03:34:04 +00:00
Richard M. Stallman
5a053ea981
(Fmake_byte_code): Call make_pure_vector using nargs.
1996-09-04 00:06:48 +00:00
Richard M. Stallman
01a4d290aa
(Fpurecopy): Cast arg to make_pure_vector.
...
(Fmake_byte_code): Use XFASTINT when calling make_pure_vector.
1996-09-03 23:56:33 +00:00
Richard M. Stallman
aa8fe32512
(Fformat): Pass a string using XSTRING.
1996-09-03 23:23:53 +00:00
Richard M. Stallman
857c4c675f
(doprnt1): If lispstrings, accept a string
...
as a `struct Lisp_String *'.
1996-09-03 23:23:40 +00:00
Richard M. Stallman
0f26b958d8
(message): Cast size arg to doprnt.
1996-09-03 22:23:51 +00:00