]> code.delx.au - gnu-emacs/history - src
(syms_of_casetab): staticpro Vascii_canontable, Vascii_eqv_table, and
[gnu-emacs] / src /
1996-09-17 Erik Naggum(syms_of_casetab): staticpro Vascii_canontable, Vascii_...
1996-09-17 Erik Naggum(Fmake_symbol): Initialize `obarray' field.
1996-09-17 Karl HeuerReplaced symbol BSD with BSD_SYSTEM.
1996-09-17 Karl HeuerComment change.
1996-09-17 Karl HeuerReplaced symbol BSD with BSD_SYSTEM.
1996-09-17 Karl HeuerReplace symbol BSD with BSD_SYSTEM.
1996-09-16 Richard M. Stallman(Fget_buffer_create): Initialize BUF_OVERLAY_MODIFF.
1996-09-16 Richard M. Stallman(frame.o, textprop.o, abbrev.o): Depend on window.h.
1996-09-16 Richard M. Stallman(read_minibuf_unwind): Clear last_overlay_modified...
1996-09-16 Richard M. Stallman(IT_set_menu_bar_lines): Clear last_overlay_modified...
1996-09-16 Richard M. Stallman(note_mouse_highlight): Test last_overlay_modified...
1996-09-16 Richard M. Stallman(Fset_window_start): Clear last_overlay_modified field.
1996-09-16 Richard M. StallmanComment change.
1996-09-16 Richard M. Stallman(stream_process): Variable deleted.
1996-09-16 Richard M. StallmanComment changes.
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.
next