]> code.delx.au - gnu-emacs/history - src
Fix autoload for calendar-absolute-from-astro. Add autoload for
[gnu-emacs] / src /
1999-11-22 Paul Eggert*** empty log message ***
1999-11-22 Paul Eggert(ABORT_RETURN_TYPE, FREE_RETURN_TYPE):
1999-11-22 Paul Eggert(malloc, realloc, calloc): Remove decls;
1999-11-22 Paul Eggert* callproc.c (strerror): Remove decl.
1999-11-18 Paul Eggert(my_strftime): Some old compilers object to '\a', so...
1999-11-18 Dave Love*** empty log message ***
1999-11-18 Dave LoveAdd forward declaration for get_boot_time_1.
1999-11-18 Dave Love*** empty log message ***
1999-11-18 Dave Love(Finternal_show_cursor_p): Fix doc string.
1999-11-18 Gerd Moellmann*** empty log message ***
1999-11-18 Gerd Moellmann(struct buffer_text): Add comment about moving
1999-11-18 Kenichi Handa(Fsingle_key_description): Use KEY_DESCRIPTION_SIZE to
1999-11-18 Kenichi Handa(echo_char): Use KEY_DESCRIPTION_SIZE to check free
1999-11-18 Kenichi Handa(KEY_DESCRIPTION_SIZE): New macro.
1999-11-18 Kenichi Handa*** empty log message ***
1999-11-17 Gerd Moellmann*** empty log message ***
1999-11-17 Gerd Moellmann*** empty log message ***
1999-11-17 Gerd Moellmann(Fx_show_busy_cursor): Doc-fix.
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.
next