summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (Fmake_terminal_frame): Use Vdefault_frame_alist.Richard M. Stallman1996-09-131-0/+1
* (recursive_edit_1): Handle a string as the throw value.Richard M. Stallman1996-09-131-0/+4
* (read_minibuf): If not in minibuffer window,Richard M. Stallman1996-09-131-3/+9
* (x_connection_closed): Call XtCloseDisplay.Richard M. Stallman1996-09-131-0/+4
* (struct Lisp_Symbol): New field `obarray'.Richard M. Stallman1996-09-131-0/+1
* (lock_superlock): Delete superlock file if it stayedRichard M. Stallman1996-09-121-11/+43
* Change all references from point to PT.Karl Heuer1996-09-111-7/+7
* (Fexecute_extended_command): Delete junk lines.Richard M. Stallman1996-09-111-13/+34
* (Fload): Move ... to ends of messages.Richard M. Stallman1996-09-111-4/+4
* (BASE_PURESIZE): Increased.Richard M. Stallman1996-09-111-1/+1
* (LIBX11_SYSTEM): Don't use ..._s libraries.Richard M. Stallman1996-09-111-1/+1
* (x_set_frame_parameters): Make height and width ints.Richard M. Stallman1996-09-101-44/+46
* (Faccess_file): New function.Richard M. Stallman1996-09-101-3/+33
* [HAVE_TERMIOS_H]: Include termios.h.Richard M. Stallman1996-09-101-0/+6
* (signal_before_change): Fix previous change.Richard M. Stallman1996-09-101-2/+2
* (search_buffer): Use EMACS_UINT.Richard M. Stallman1996-09-101-2/+2
* (getloadavg): Add new code for SUNOS_5 to use -lkstat.Richard M. Stallman1996-09-101-0/+45
* (arith_error) [POSIX_SIGNALS]: Don't reestablish handler.Richard M. Stallman1996-09-101-1/+1
* (syms_of_buffer): Doc fixes.Richard M. Stallman1996-09-091-4/+6
* Add #n=object, #n#, and #:symbol constructs to reader.Erik Naggum1996-09-091-2/+70
* Add #n=object, #n#, and #:symbol constructs to printer.Erik Naggum1996-09-081-45/+72
* (Finsert_buffer_substring): Check for deleted buffer.Karl Heuer1996-09-051-0/+6
* Add many declarations.Richard M. Stallman1996-09-041-4/+39
* (BITS_PER_EMACS_INT): New definition.Richard M. Stallman1996-09-041-0/+1
* (LIBS_SYSTEM): Use -lkstat instead of -lelf -lkvmRichard M. Stallman1996-09-041-1/+1
* (create_process): Test HAVE_SETPGID for using setpgid.Richard M. Stallman1996-09-041-1/+1
* (HAVE_SETPGID): Add #undef.Richard M. Stallman1996-09-041-0/+1
* (syms_of_keymap): staticpro current_global_map;Richard M. Stallman1996-09-041-2/+3
* (get_local_map): Call indirect-function.Richard M. Stallman1996-09-041-0/+3
* unexelf1.c merged into this file.Richard M. Stallman1996-09-041-27/+71
* (UNEXEC): Use unexelf.c.Richard M. Stallman1996-09-041-1/+1
* Include config.h.Richard M. Stallman1996-09-041-0/+8
* [HAVE_TERMIOS_H]: Include termios.h.Richard M. Stallman1996-09-041-0/+5
* (create_process_1, sigchld_handler) [POSIX_SIGNALS]:Richard M. Stallman1996-09-041-3/+3
* (input_available_signal) [POSIX_SIGNALS]:Richard M. Stallman1996-09-041-2/+2
* (HAVE_TERMIOS_H): Add #undef.Richard M. Stallman1996-09-041-0/+1
* (Fmacroexpand): Don't declare `form' as register.Richard M. Stallman1996-09-041-1/+1
* (Fredirect_frame_focus): Don't call Ffocus_frame.Richard M. Stallman1996-09-041-7/+0
* (Fexecute_extended_command): Fix previous change.Richard M. Stallman1996-09-041-1/+3
* (copy_intervals_to_string): Take arg as buffer.Richard M. Stallman1996-09-041-2/+3
* (Fcommand_execute): gcpro cmd and prefixarg while calling do_autoload.Richard M. Stallman1996-09-041-1/+7
* (Fmacroexpand): gcpro form while calling do_autoload.Richard M. Stallman1996-09-041-0/+10
* (Fexecute_extended_command): gcpro prefixarg.Richard M. Stallman1996-09-041-2/+2
* (x_set_frame_parameters): Make height and width ints.Richard M. Stallman1996-09-041-15/+13
* (map_char_table): Declare depth as int.Richard M. Stallman1996-09-041-1/+2
* (note_mouse_highlight): Pass POS argument to fast_find_position as int.Richard M. Stallman1996-09-041-4/+4
* (set_properties, add_properties, remove_properties):Richard M. Stallman1996-09-041-12/+12
* (prepare_to_modify_buffer): Take integer arguments.Richard M. Stallman1996-09-041-4/+8
* (Fmake_byte_code): Call make_pure_vector using nargs.Richard M. Stallman1996-09-041-1/+1
* (Fpurecopy): Cast arg to make_pure_vector.Richard M. Stallman1996-09-031-2/+2