(unexec): Handle .rel.dyn section.
[bpt/emacs.git] / src /
1999-11-17 Gerd Moellmann(unexec): Handle .rel.dyn section.
1999-11-16 Dave Love*** empty log message ***
1999-11-16 Dave Love(Fdocumentation): Remove gcpro here too.
1999-11-16 Gerd Moellmann(command_loop_1): Remove no_redisplay.
1999-11-16 Gerd Moellmann*** empty log message ***
1999-11-16 Gerd Moellmann(PRINTPREPARE): Don't call setup_echo_area_for_printing
1999-11-14 Gerd Moellmann(ensure_echo_area_buffers): New.
1999-11-13 Gerd Moellmann*** empty log message ***
1999-11-13 Gerd Moellmann(indicate-empty-lines): Doc-fix.
1999-11-12 Gerd Moellmann(term_init): If "op" isn't available, don't support...
1999-11-12 Gerd Moellmann*** empty log message ***
1999-11-12 Gerd Moellmann(Fdocumentation_property): Remove GCPRO because
1999-11-12 Kenichi Handa(Ftranslate_region): Check the buffer multibyteness.
1999-11-12 Kenichi Handa*** empty log message ***
1999-11-11 Gerd Moellmann*** empty log message ***
1999-11-11 Gerd MoellmannRemove USE_TEXT_PROPERTIES.
1999-11-10 Gerd Moellmann*** empty log message ***
1999-11-10 Gerd Moellmann(QCuser_data): Removed.
1999-11-09 Richard M. Stallman*** empty log message ***
1999-11-09 Richard M. Stallman(Fforward_word): Handle fields even if would have hit
1999-11-09 Richard M. Stallman(Fbeginning_of_line): Doc fix.
1999-11-09 Richard M. Stallman(Fline_beginning_position): If N is not 1,
1999-11-08 Gerd Moellmann* bytecode.c (Fbyte_code) <BinsertN, Bcall>: Do the
1999-11-07 Gerd Moellmann(Fgarbage_collect): Call unmark_byte_stack.
1999-11-07 Gerd MoellmannAdd prototype for unmark_byte_stack.
1999-11-07 Gerd Moellmann(mark_byte_stack): Use XMARKBIT and XMARK.
1999-11-07 Gerd MoellmannRemove conditional computation on USE_TEXT_PROPERTIES.
1999-11-07 Gerd MoellmannRemove conditional compilation on USE_TEXT_PROPERTIES.
1999-11-07 Gerd MoellmannUse block statements in cases and declare v1 and v2
1999-11-05 Gerd Moellmann*** empty log message ***
1999-11-05 Gerd Moellmann(Fbyte_code): Use BEFORE_POTENTIAL_GC and
1999-11-05 Gerd MoellmannAdd prototypes for new functions in bytecode.c.
1999-11-05 Gerd Moellmann(struct catchtag): Add member byte_stack.
1999-11-05 Gerd Moellmann(Fgarbage_collect): Call mark_byte_stack and
1999-11-05 Gerd Moellmann(struct byte_stack): New.
1999-11-05 Gerd Moellmann*** empty log message ***
1999-11-05 Gerd Moellmann(Ffile_locked_p): Make FILENAME a required argument.
1999-11-05 Gerd Moellmann* buffer.c (syms_of_buffer): Extend documentation of
1999-11-04 Gerd Moellmann*** empty log message ***
1999-11-04 Gerd Moellmann(do_completion, Fminibuffer_complete_word): Use
1999-11-04 Gerd Moellmann(Fdelete_field): Renamed from Ferase_field.
1999-11-04 Jason Rumney*** empty log message ***
1999-11-04 Dave Love*** empty log message ***
1999-11-03 Gerd Moellmann*** empty log message ***
1999-11-03 Gerd Moellmann(Finternal_show_cursor): Change it to set the
1999-11-03 Dave Love(split_non_ascii_string): Define return value.
1999-11-03 Gerd Moellmann*** empty log message ***
1999-11-03 Gerd Moellmann(string_to_object): New.
1999-11-02 Gerd Moellmann*** empty log message ***
1999-11-02 Gerd Moellmann(Fdocumentation_property): Fix bug bypassing UNGCPRO.
1999-11-02 Dave LoveUse SIGCHLD, not SIGCLD (not in glibc 2.1).
1999-11-02 Dave LoveUndo last change and define _GNU_SOURCE before config.h.
1999-11-02 Dave LoveUse string.h for strsignal.
1999-11-02 Gerd Moellmann(QUIT): Give it statement form.
1999-11-02 Dave Love(init_eval): Conditionalize declaration of gcpro_level.
1999-11-02 Gerd Moellmann(QCuser_data): New.
1999-11-02 Gerd Moellmann(display_line): Set charpos of first glyph in blank
1999-11-01 Richard M. Stallman(w16select.o, sound.o): Don't depend on lisp.h.
1999-11-01 Richard M. Stallman(strout): Consider `noninteractive' and use stdout
1999-11-01 Richard M. Stallman[DEBUG_GCPRO] (gcpro_level): New variable.
1999-11-01 Richard M. Stallman(struct gcpro) [DEBUG_GCPRO]: New field `level'.
1999-11-01 Gerd Moellmann*** empty log message ***
1999-11-01 Gerd Moellmann(png_load) [PNG_READ_sRGB_SUPPORTED]: Put code using
1999-11-01 Gerd Moellmann*** empty log message ***
1999-11-01 Gerd Moellmann*** empty log message ***
1999-11-01 Gerd Moellmann(Finternal_show_cursor): Renamed from Fshow_cursor.
1999-11-01 Gerd Moellmann*** empty log message ***
1999-11-01 Gerd Moellmann(verify_interval_modification): Signal text-read-only
1999-11-01 Gerd MoellmannAdd extern declaration for Qtext_read_only.
1999-11-01 Gerd Moellmann(Qtext_read_only): New built-in error.
1999-11-01 Gerd MoellmannRemove whitespace after open or in front of closing...
1999-10-31 Gerd Moellmann*** empty log message ***
1999-10-31 Gerd Moellmann(resize_mini_window): Compute needed height differently.
1999-10-31 Gerd Moellmann(Flength): Unroll loop over lists.
1999-10-31 Gerd Moellmann(append_space): Return non-zero if space was appended.
1999-10-30 Gerd MoellmannExtend comment for optional_new_start.
1999-10-29 Kenichi Handa(code_convert_region): Update `dst' correctly.
1999-10-28 Gerd Moellmann(POP_FAILURE_POINT): Use failure_id.integer
1999-10-28 Gerd Moellmann*** empty log message ***
1999-10-28 Gerd Moellmann(Fmemq, Fassq, Frassq, assq_no_quit, Fassoc)
1999-10-27 Gerd Moellmann*** empty log message ***
1999-10-27 Gerd MoellmannAdd undef for HAVE_DEV_PTMX.
1999-10-27 Gerd Moellmann[HAVE_DEV_PTMX]: Redefine FIRST_PTY_LETTER to 'z'.
1999-10-26 Gerd Moellmann*** empty log message ***
1999-10-26 Gerd Moellmann(Qad_activate_internal): Renamed from Qad_activate.
1999-10-26 Gerd Moellmann*** empty log message ***
1999-10-26 Gerd Moellmann* xdisp.c (echo_area_display) [HAVE_X_WINDOWS]: Do...
1999-10-26 Gerd Moellmann(echo_area_display): Put previous change in #if 0.
1999-10-26 Gerd Moellmann*** empty log message ***
1999-10-26 Gerd Moellmann(standard_args): Add `file' as synonym for `visit',
1999-10-25 Gerd Moellmann(Qhash_table): New.
1999-10-25 Gerd Moellmann*** empty log message ***
1999-10-25 Gerd Moellmann(POP_FAILURE_POINT): Extract failure_id as an integer.
1999-10-25 Ken Raeburnmore XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp...
1999-10-25 Ken Raeburnnetbsd-elf fixes
1999-10-23 Gerd Moellmann(Fnext_window): Add a QUIT in the loop.
1999-10-23 Gerd Moellmann*** empty log message ***
1999-10-23 Gerd Moellmann(bootstrap, bootstrap-emacs, bootstrap-temacs): New...
1999-10-22 Dave Love*** empty log message ***
1999-10-22 Dave Love(main): Enable profiling conditional on __linux also.
next