(HAVE_TERMIOS_H): Add #undef.
[bpt/emacs.git] / src /
1996-09-04 Richard M. Stallman(HAVE_TERMIOS_H): Add #undef.
1996-09-04 Richard M. Stallman(Fmacroexpand): Don't declare `form' as register.
1996-09-04 Richard M. Stallman(Fredirect_frame_focus): Don't call Ffocus_frame.
1996-09-04 Richard M. Stallman(Fexecute_extended_command): Fix previous change.
1996-09-04 Richard M. Stallman(copy_intervals_to_string): Take arg as buffer.
1996-09-04 Richard M. Stallman(Fcommand_execute): gcpro cmd and prefixarg while calli...
1996-09-04 Richard M. Stallman(Fmacroexpand): gcpro form while calling do_autoload.
1996-09-04 Richard M. Stallman(Fexecute_extended_command): gcpro prefixarg.
1996-09-04 Richard M. Stallman(x_set_frame_parameters): Make height and width ints.
1996-09-04 Richard M. Stallman(map_char_table): Declare depth as int.
1996-09-04 Richard M. Stallman(note_mouse_highlight): Pass POS argument to fast_find_...
1996-09-04 Richard M. Stallman(set_properties, add_properties, remove_properties):
1996-09-04 Richard M. Stallman(prepare_to_modify_buffer): Take integer arguments.
1996-09-04 Richard M. Stallman(Fmake_byte_code): Call make_pure_vector using nargs.
1996-09-03 Richard M. Stallman(Fpurecopy): Cast arg to make_pure_vector.
1996-09-03 Richard M. Stallman(Fformat): Pass a string using XSTRING.
1996-09-03 Richard M. Stallman(doprnt1): If lispstrings, accept a string
1996-09-03 Richard M. Stallman(message): Cast size arg to doprnt.
1996-09-03 Richard M. Stallman(OUTPUT_IF, OUTPUT): Cast frame height to int.
1996-09-03 Richard M. Stallman(term_init): Avoid type-mismatch calling get_frame_size.
1996-09-03 Richard M. Stallman(sort_args): Don't rearrange any args that follow ...
1996-09-03 Richard M. Stallman(Ffocus_frame, Funfocus_frame): Functions deleted.
1996-09-03 Paul Eggert(mktime): Fix typo in previous patch.
1996-09-03 Paul Eggert(mktime): #undef so that we don't mess up the file...
1996-09-03 Paul Eggert(mktime): Define to emacs_mktime if HAVE_MKTIME &&...
1996-09-03 Paul Eggert(Fencode_time): Remove NEXTSTEP workaround;
1996-09-03 Paul Eggert(MKTIME_OBJ): Use our mktime instead of NEXTSTEP's,
1996-09-03 Richard M. Stallman(create_process): Undo previous change.
1996-09-02 Richard M. Stallman(Fencode_time) [_NEXT_SOURCE]: Use ZONE, not ABSZONE.
1996-09-02 Richard M. Stallman(redisplay_internal): Test last_selected_window slot.
1996-09-02 Richard M. Stallman(unshow_buffer): Clear last_selected_window slot, maybe.
1996-09-02 Richard M. Stallman(reset_buffer): Initialize last_selected_window slot.
1996-09-02 Richard M. Stallman(strict buffer): New slot last_selected_window.
1996-09-01 Richard M. StallmanComment change.
1996-09-01 Richard M. Stallman(Fprocess_contact): New function.
1996-09-01 Richard M. Stallman(record_asynch_buffer_change, gobble_input):
1996-09-01 Richard M. Stallman(sigunblockx): Definitions deleted.
1996-09-01 Richard M. Stallman(create_process): Test defined (TIOCSCTTY)
1996-09-01 Karl HeuerRemoved support for !MULTI_FRAME.
1996-09-01 Karl Heuer(MULTI_FRAME): Obsolete macro deleted.
1996-09-01 Richard M. Stallman(struct x_display_info): Add element Xatom_FONT.
1996-09-01 Richard M. Stallman(x_term_init): Initialize Xatom_FONT member.
1996-09-01 Richard M. Stallman[HAVE_SETRLIMIT]: Include time.h and resource.h.
1996-09-01 Richard M. Stallman(build_annotations): Remember original buffer that the
1996-09-01 Richard M. Stallman(Fx_list_fonts): New optional arg MAXIMUM.
1996-09-01 Karl HeuerChange all references from point to PT.
1996-09-01 Karl Heuer(re_match_2_internal) [emacs]: Use PT, not point.
1996-09-01 Richard M. Stallman(TAGS): Use $(srcdir) in deps.
1996-09-01 Richard M. Stallman(MSDOS_SUPPORT, WINNT_SUPPORT, SOME_MACHINE_LISP):...
1996-09-01 Richard M. Stallman(requeued_events_pending_p): New function.
1996-09-01 Richard M. Stallman(HAVE_SETRLIMIT): Add #undef.
1996-09-01 Richard M. Stallman(Fload): Add "source is newer" info to the "loading...
1996-08-31 Richard M. StallmanClean up whitespace.
1996-08-31 Richard M. Stallman(re_search_2): Optimize regexp that starts with ^.
1996-08-31 Richard M. Stallman(FREE_VAR): Clean up C syntax.
1996-08-31 Paul Eggert(HAVE_SYS_SYSTEMINFO_H, HAVE_GETDOMAINNAME, HAVE_SYSINF...
1996-08-31 Paul Eggert(<sys/systeminfo.h>): Include if HAVE_SYS_SYSTEMINFO_H...
1996-08-31 Richard M. Stallman(Fgarbage_collect): Report used and free intervals.
1996-08-31 Richard M. Stallman(Vwin32_start_process_show_window): New variable.
1996-08-31 Richard M. Stallman(x_set_cursor_color): Use x_update_cursor.
1996-08-31 Richard M. Stallman(LD_SWITCH_SYSTEM): Add alternate definition if not...
1996-08-31 Richard M. Stallmanentered into RCS
1996-08-31 Richard M. Stallman(XTupdate_end): Always clear mouse_face_defer flag.
1996-08-31 Richard M. Stallman(Fset_face_attribute_internal): Set mouse_face_defer...
1996-08-30 Richard M. Stallman(do_line_dance, dumprectangle): Use x_update_cursor.
1996-08-30 Richard M. Stallman(cmd_error): Clear executing_macro.
1996-08-30 Richard M. Stallman(Fminibuffer_complete_word): Check for
1996-08-29 Erik Naggum(init_macros): Initialize executing_macro, too.
1996-08-29 Richard M. Stallman(Vring_bell_function): New variable.
1996-08-29 Richard M. Stallman(XTread_socket): Call XFilterEvent on all events,
1996-08-29 Richard M. Stallman(executing_macro_iterations, executing_macro): Declared.
1996-08-29 Richard M. Stallman(cmd_error): Add number of kbd macro iterations to...
1996-08-29 Richard M. Stallman(executing_macro_iterations, executing_macro): New...
1996-08-29 Richard M. Stallman(Vhistory_length, Qhistory_length): New variables.
1996-08-29 Richard M. Stallman(Fsubstring): Handle vectors as well as strings.
1996-08-29 Richard M. Stallman(Fcall_interactively): For `N' and `n',
1996-08-29 Richard M. Stallman(syms_of_alloc): Set up Lisp variables ...-consed,
1996-08-28 Richard M. Stallman(main): Add bug report info in --help message.
1996-08-28 Richard M. Stallman(command_loop_1): Cancel echoing etc.
1996-08-27 Richard M. Stallman(set_frame_menubar): Don't add ibw to menubar_size.
1996-08-27 Richard M. Stallman(x_window): Don't add ibw to menubar_size.
1996-08-25 Richard M. Stallman(fast_find_position): Fix previous change.
1996-08-25 Richard M. Stallman(fast_find_position): Minor fix in handling maybe_next_...
1996-08-25 Richard M. Stallman(HAVE_LIBKRB, HAVE_LIBDES): Add #undefs.
1996-08-25 Richard M. Stallman(command_loop_1): Check column_number_displayed
1996-08-25 Richard M. StallmanInitial revision
1996-08-24 Richard M. Stallman(xdialog_show): Don't allow 9 buttons.
1996-08-24 Erik Naggum(Fencode_time, Fset_time_zone_rule): Use UTC if the...
1996-08-24 Erik Naggum(print-quoted): New variable.
1996-08-24 Erik Naggum(Fsplit_window): Fix previous change.
1996-08-24 Richard M. Stallman(x_term_init): If the default Xt font does not exist on
1996-08-23 Richard M. Stallman(Fsplit_window): Treat width just like height;
1996-08-22 Richard M. Stallman(paths.h, config.h): Targets deleted.
1996-08-22 Erik Naggum(change_frame_size_1): Clean up conditional.
1996-08-22 Richard M. Stallman(send_process): GCPRO object.
1996-08-21 Richard M. StallmanConditionalize the changes below on not __linux__.
1996-08-21 Richard M. Stallman(x_set_scroll_bar_width): Call x_set_window_size when...
1996-08-19 Richard M. Stallman(unexec): Copy the .got section.
1996-08-17 Richard M. Stallman(Fx_open_connection): Don't set Vx_resource_name.
1996-08-16 Karl Heuer(Fdelete_backward_char): Fix off-by-one error.
next