]> code.delx.au - gnu-emacs/history - src
(C_SWITCH_X_SYSTEM): Add -I/usr/contrib/X11R5/include.
[gnu-emacs] / src /
1996-09-15 Richard M. Stallman(C_SWITCH_X_SYSTEM): Add -I/usr/contrib/X11R5/include.
1996-09-15 Richard M. Stallman(redisplay_internal, mark_window_display_accurate)
1996-09-15 Richard M. Stallman(command_loop_1): Test last_overlay_modified
1996-09-15 Richard M. Stallman(direct_output_for_insert): Set last_overlay_modified...
1996-09-15 Richard M. Stallman(gap_left, gap_right, modify_region):
1996-09-15 Richard M. Stallman(modify_overlay): Renamed from redisplay_region
1996-09-15 Richard M. Stallman(struct window): New field last_overlay_modified.
1996-09-15 Richard M. StallmanFix previous change.
1996-09-15 Richard M. Stallman(struct buffer): New field overlay_modiff.
1996-09-13 Richard M. Stallman(Fmake_terminal_frame): Use Vdefault_frame_alist.
1996-09-13 Richard M. Stallman(recursive_edit_1): Handle a string as the throw value.
1996-09-13 Richard M. Stallman(read_minibuf): If not in minibuffer window,
1996-09-13 Richard M. Stallman(x_connection_closed): Call XtCloseDisplay.
1996-09-13 Richard M. Stallman(struct Lisp_Symbol): New field `obarray'.
1996-09-12 Richard M. Stallman(lock_superlock): Delete superlock file if it stayed
1996-09-11 Karl HeuerChange all references from point to PT.
1996-09-11 Richard M. Stallman(Fexecute_extended_command): Delete junk lines.
1996-09-11 Richard M. Stallman(Fload): Move ... to ends of messages.
1996-09-11 Richard M. Stallman(BASE_PURESIZE): Increased.
1996-09-11 Richard M. Stallman(LIBX11_SYSTEM): Don't use ..._s libraries.
1996-09-10 Richard M. Stallman(x_set_frame_parameters): Make height and width ints.
1996-09-10 Richard M. Stallman(Faccess_file): New function.
1996-09-10 Richard M. Stallman[HAVE_TERMIOS_H]: Include termios.h.
1996-09-10 Richard M. Stallman(signal_before_change): Fix previous change.
1996-09-10 Richard M. Stallman(search_buffer): Use EMACS_UINT.
1996-09-10 Richard M. Stallman(getloadavg): Add new code for SUNOS_5 to use -lkstat.
1996-09-10 Richard M. Stallman(arith_error) [POSIX_SIGNALS]: Don't reestablish handler.
1996-09-09 Richard M. Stallman(syms_of_buffer): Doc fixes.
1996-09-09 Erik NaggumAdd #n=object, #n#, and #:symbol constructs to reader.
1996-09-08 Erik NaggumAdd #n=object, #n#, and #:symbol constructs to printer.
1996-09-05 Karl Heuer(Finsert_buffer_substring): Check for deleted buffer.
1996-09-04 Richard M. StallmanAdd many declarations.
1996-09-04 Richard M. Stallman(BITS_PER_EMACS_INT): New definition.
1996-09-04 Richard M. Stallman(LIBS_SYSTEM): Use -lkstat instead of -lelf -lkvm
1996-09-04 Richard M. Stallman(create_process): Test HAVE_SETPGID for using setpgid.
1996-09-04 Richard M. Stallman(HAVE_SETPGID): Add #undef.
1996-09-04 Richard M. Stallman(syms_of_keymap): staticpro current_global_map;
1996-09-04 Richard M. Stallman(get_local_map): Call indirect-function.
1996-09-04 Richard M. Stallmanunexelf1.c merged into this file.
1996-09-04 Richard M. Stallman(UNEXEC): Use unexelf.c.
1996-09-04 Richard M. StallmanInclude config.h.
1996-09-04 Richard M. Stallman[HAVE_TERMIOS_H]: Include termios.h.
1996-09-04 Richard M. Stallman(create_process_1, sigchld_handler) [POSIX_SIGNALS]:
1996-09-04 Richard M. Stallman(input_available_signal) [POSIX_SIGNALS]:
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...
next