aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* (Fformat): Pass a string using XSTRING.Richard M. Stallman1996-09-031-1/+1
* (doprnt1): If lispstrings, accept a stringRichard M. Stallman1996-09-031-2/+2
* (message): Cast size arg to doprnt.Richard M. Stallman1996-09-031-2/+2
* (OUTPUT_IF, OUTPUT): Cast frame height to int.Richard M. Stallman1996-09-031-2/+2
* (term_init): Avoid type-mismatch calling get_frame_size.Richard M. Stallman1996-09-031-2/+7
* (sort_args): Don't rearrange any args that follow "--".Richard M. Stallman1996-09-031-0/+14
* (Ffocus_frame, Funfocus_frame): Functions deleted.Richard M. Stallman1996-09-031-15/+0
* (mktime): Fix typo in previous patch.Paul Eggert1996-09-031-1/+1
* (mktime): #undef so that we don't mess up the file name mktime.c.Paul Eggert1996-09-031-0/+5
* (mktime): Define to emacs_mktime if HAVE_MKTIME && ! defined (_NEXT_SOURCE),Paul Eggert1996-09-031-1/+5
* (Fencode_time): Remove NEXTSTEP workaround;Paul Eggert1996-09-031-4/+0
* (MKTIME_OBJ): Use our mktime instead of NEXTSTEP's,Paul Eggert1996-09-031-1/+2
* (create_process): Undo previous change.Richard M. Stallman1996-09-031-5/+7
* (Fencode_time) [_NEXT_SOURCE]: Use ZONE, not ABSZONE.Richard M. Stallman1996-09-021-1/+1
* (redisplay_internal): Test last_selected_window slot.Richard M. Stallman1996-09-021-1/+4
* (unshow_buffer): Clear last_selected_window slot, maybe.Richard M. Stallman1996-09-021-0/+12
* (reset_buffer): Initialize last_selected_window slot.Richard M. Stallman1996-09-021-1/+1
* (strict buffer): New slot last_selected_window.Richard M. Stallman1996-09-021-1/+5
* Comment change.Richard M. Stallman1996-09-011-1/+2
* (Fprocess_contact): New function.Richard M. Stallman1996-09-011-6/+17
* (record_asynch_buffer_change, gobble_input):Richard M. Stallman1996-09-011-3/+3
* (sigunblockx): Definitions deleted.Richard M. Stallman1996-09-011-10/+1
* (create_process): Test defined (TIOCSCTTY)Richard M. Stallman1996-09-011-2/+4
* Removed support for !MULTI_FRAME.Karl Heuer1996-09-0119-768/+10
* (MULTI_FRAME): Obsolete macro deleted.Karl Heuer1996-09-011-3/+0
* (struct x_display_info): Add element Xatom_FONT.Richard M. Stallman1996-09-011-0/+2
* (x_term_init): Initialize Xatom_FONT member.Richard M. Stallman1996-09-011-3/+3
* [HAVE_SETRLIMIT]: Include time.h and resource.h.Richard M. Stallman1996-09-011-0/+17
* (build_annotations): Remember original buffer that theRichard M. Stallman1996-09-011-1/+5
* (Fx_list_fonts): New optional arg MAXIMUM.Richard M. Stallman1996-09-011-8/+22
* Change all references from point to PT.Karl Heuer1996-09-0115-109/+109
* (re_match_2_internal) [emacs]: Use PT, not point.Karl Heuer1996-09-011-3/+3